[core] Remove a bunch of superflous semicolons (#9449)

This commit is contained in:
zwim
2022-09-08 21:52:06 +02:00
committed by GitHub
parent 96930f230f
commit d972b7fcfa
10 changed files with 17 additions and 18 deletions

View File

@@ -454,7 +454,7 @@ function Device:test()
end
function Device:exit()
android.LOGI(string.format("Stopping %s main activity", android.prop.name));
android.LOGI(string.format("Stopping %s main activity", android.prop.name))
android.lib.ANativeActivity_finish(android.app.activity)
end