fix: build error caused by extra ] (#30015)

This commit is contained in:
Cheng Zhao 2021-07-05 17:34:39 +09:00 committed by GitHub
parent af991123f1
commit 25a77761f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ void CocoaNotification::Show(const NotificationOptions& options) {
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)];