consistent indentation
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
UIElement = {}
|
||||
|
||||
function AddElement(self)
|
||||
table.insert(UIElement,self)
|
||||
self.id = #UIElement
|
||||
table.insert(UIElement,self)
|
||||
self.id = #UIElement
|
||||
end
|
||||
|
||||
require "code/ui/button"
|
||||
|
||||
Reference in New Issue
Block a user