mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[core] Remove a bunch of superflous semicolons (#9449)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user