remove space from perSecond and perMinute (#6435)

This commit is contained in:
Matthew (or Maya) Peng 2021-12-13 18:44:10 -08:00 committed by GitHub
parent b5c1972040
commit 052b47fbe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,8 @@ public enum StatUnit{
degrees,
seconds,
minutes,
perSecond,
perMinute,
perSecond(false),
perMinute(false),
perShot(false),
timesSpeed(false),
percent(false),