remove space from perSecond and perMinute (#6435)
This commit is contained in:
@@ -19,8 +19,8 @@ public enum StatUnit{
|
|||||||
degrees,
|
degrees,
|
||||||
seconds,
|
seconds,
|
||||||
minutes,
|
minutes,
|
||||||
perSecond,
|
perSecond(false),
|
||||||
perMinute,
|
perMinute(false),
|
||||||
perShot(false),
|
perShot(false),
|
||||||
timesSpeed(false),
|
timesSpeed(false),
|
||||||
percent(false),
|
percent(false),
|
||||||
|
|||||||
Reference in New Issue
Block a user