mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
Stylua formatting (#785)
Uses Stylua to format all existing Lua files, and adds a CI check in `lint` to pin this improvement. Excludes formatting dependencies, of course.
This commit is contained in:
@@ -66,7 +66,7 @@ function InstanceMap:__fmtDebug(output)
|
||||
for id, instance in pairs(self.fromIds) do
|
||||
local label = string.format("%s (%s)", instance:GetFullName(), instance.ClassName)
|
||||
|
||||
table.insert(entries, {id, label})
|
||||
table.insert(entries, { id, label })
|
||||
end
|
||||
|
||||
table.sort(entries, function(a, b)
|
||||
|
||||
Reference in New Issue
Block a user