mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-05-18 09:59:48 +08:00
💄 Fix cpplint warning.
This commit is contained in:
@@ -9,10 +9,10 @@ namespace atom {
|
||||
|
||||
class TrayIconObserver {
|
||||
public:
|
||||
virtual void OnClicked() {};
|
||||
virtual void OnClicked() {}
|
||||
|
||||
protected:
|
||||
virtual ~TrayIconObserver() {};
|
||||
virtual ~TrayIconObserver() {}
|
||||
};
|
||||
|
||||
} // namespace atom
|
||||
|
||||
Reference in New Issue
Block a user