Indentation

This commit is contained in:
Dan
2019-12-08 00:35:13 +00:00
parent 861f5663e1
commit e9c89b857d
6 changed files with 868 additions and 868 deletions

View File

@@ -17,7 +17,7 @@ function UTIL:FormatSpeed( speed )
local pipes = ""
for i = 1, 3 - string.len( text ) do
pipes = pipes .. "¦"
pipes = pipes .. "¦"
end
return pipes .. text