Skip to content

Commit

Permalink
fix white space
Browse files Browse the repository at this point in the history
  • Loading branch information
Regisle committed Aug 31, 2024
1 parent d156b38 commit 10a807c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Modules/BuildList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ function listMode:Init(selBuildName, subPath)
end

self.anchor = new("Control", nil, {0, 4, 0, 0})
self.anchor.x = function()
return main.screenW / 2
self.anchor.x = function()
return main.screenW / 2
end

self.subPath = subPath or ""
Expand Down

0 comments on commit 10a807c

Please sign in to comment.