Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: ios/chrome/browser/ui/reading_list/reading_list_menu_notifier.mm

Issue 2926553004: Remove trailing semicolon at the end of a method definition (Closed)
Patch Set: rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/chrome/browser/ui/reading_list/reading_list_menu_notifier.mm
diff --git a/ios/chrome/browser/ui/reading_list/reading_list_menu_notifier.mm b/ios/chrome/browser/ui/reading_list/reading_list_menu_notifier.mm
index ab307e654107bdb07a54f1c8c5780a545367d926..da0aa9b3d7a91ddb4713eed0005ce562a4e2a256 100644
--- a/ios/chrome/browser/ui/reading_list/reading_list_menu_notifier.mm
+++ b/ios/chrome/browser/ui/reading_list/reading_list_menu_notifier.mm
@@ -53,7 +53,7 @@ class ReadingListObserverBridge : public ReadingListModelObserver {
[owner_ readingListModelCompletedBatchUpdates:model];
}
- void ReadingListModelBeingDeleted(const ReadingListModel* model) override{};
+ void ReadingListModelBeingDeleted(const ReadingListModel* model) override {}
void ReadingListDidApplyChanges(ReadingListModel* model) override {
[owner_ readingListModelCompletedBatchUpdates:model];

Powered by Google App Engine
This is Rietveld 408576698