Whitespace fixes

This commit is contained in:
Alexey Gulev
2019-03-28 07:55:18 +01:00
parent 87e6f6ef1f
commit c38354e532
2 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ end
--- Create UI instance for ui elements
-- @return instance with all ui components
function M.new(self)
if register_basic_components then
if register_basic_components then
register_basic_components()
register_basic_components = false
end