format previously misses .cc files
This commit is contained in:
parent
284aca68c0
commit
49c8c31220
36 changed files with 1279 additions and 1411 deletions
|
@ -11,10 +11,7 @@ namespace brightray {
|
|||
|
||||
Notification::Notification(NotificationDelegate* delegate,
|
||||
NotificationPresenter* presenter)
|
||||
: delegate_(delegate),
|
||||
presenter_(presenter),
|
||||
weak_factory_(this) {
|
||||
}
|
||||
: delegate_(delegate), presenter_(presenter), weak_factory_(this) {}
|
||||
|
||||
Notification::~Notification() {
|
||||
if (delegate())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue