mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Code tidying with Rubocop
This commit is contained in:
@@ -108,7 +108,7 @@ module MessageConfig
|
||||
when 2 then return 1 / 80.0 # Fast
|
||||
when 3 then return 0 # Instant
|
||||
end
|
||||
return TEXT_SPEED || 2 / 80.0 # Normal
|
||||
return TEXT_SPEED || (2 / 80.0) # Normal
|
||||
end
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user