Address cpplint issue ""public:" should be preceded by a blank line [whitespace/blank_line] [3]"

This commit is contained in:
Ales Pergl 2017-04-05 13:27:46 +02:00
parent 3336e02769
commit ba03c544f3

View file

@ -47,6 +47,7 @@ class Notification {
protected:
Notification(NotificationDelegate* delegate,
NotificationPresenter* presenter);
public:
virtual ~Notification();