fixed mixed-indention, removed trailing spaces

This commit is contained in:
Lukas Kropatschek
2016-01-04 19:24:56 +01:00
parent 1120db661f
commit f80eb3ed10

View File

@@ -6113,3 +6113,6 @@ scope examples:
end end
mist.main() mist.main()
env.info(('Mist version ' .. mist.majorVersion .. '.' .. mist.minorVersion .. '.' .. mist.build .. ' loaded.')) env.info(('Mist version ' .. mist.majorVersion .. '.' .. mist.minorVersion .. '.' .. mist.build .. ' loaded.'))
-- vim: sw=2:ts=2