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:
|
protected:
|
||||||
Notification(NotificationDelegate* delegate,
|
Notification(NotificationDelegate* delegate,
|
||||||
NotificationPresenter* presenter);
|
NotificationPresenter* presenter);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
virtual ~Notification();
|
virtual ~Notification();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue