[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

@@ -875,8 +875,7 @@ function ReaderStyleTweak:editBookTweak(touchmenu_instance)
-- being shown: having them identical will hide that.
end
end,
close_discarded_notif_text = NOT_MODIFIED_MSG;
close_discarded_notif_text = NOT_MODIFIED_MSG,
}
UIManager:show(editor)
editor:onShowKeyboard(true)