Skip to content

Commit

Permalink
fix: build error caused by extra ] (#30015)
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Jul 5, 2021
1 parent af99112 commit 25a7776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/browser/notifications/mac/cocoa_notification.mm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
NSString* identifier =
[NSString stringWithFormat:@"%@:notification:%@",
[[NSBundle mainBundle] bundleIdentifier],
[[NSUUID UUID] UUIDString]]];
[[NSUUID UUID] UUIDString]];

[notification_ setTitle:base::SysUTF16ToNSString(options.title)];
[notification_ setSubtitle:base::SysUTF16ToNSString(options.subtitle)];
Expand Down

0 comments on commit 25a7776

Please sign in to comment.