Address cpplint issue ""public:" should be preceded by a blank line [whitespace/blank_line] [3]"
This commit is contained in:
parent
3336e02769
commit
ba03c544f3
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ class Notification {
|
|||
protected:
|
||||
Notification(NotificationDelegate* delegate,
|
||||
NotificationPresenter* presenter);
|
||||
|
||||
public:
|
||||
virtual ~Notification();
|
||||
|
||||
|
|
Loading…
Reference in a new issue