Address cpplint issue "An else should appear on the same line as the preceding } [whitespace/newline] [4]"
This commit is contained in:
parent
9b7fbd4d22
commit
64bf0d210e
2 changed files with 3 additions and 6 deletions
|
@ -42,8 +42,7 @@ void Win32Notification::Show(
|
|||
existing->tag_.clear();
|
||||
this->notification_ref_ = std::move(existing->notification_ref_);
|
||||
this->notification_ref_.Set(title, msg, image);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
this->notification_ref_ = presenter->AddNotification(title, msg, image);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue