Skip to content

Commit b9896bd

Browse files
committed
style
1 parent 2260c0c commit b9896bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseMessaging/Tests/UnitTests/FIRMessagingRemoteNotificationsProxyTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ - (void)setUp {
152152
OCMStub([_mockUserNotificationCenter currentNotificationCenter])
153153
.andDo(^(NSInvocation *invocation) {
154154
__autoreleasing UNUserNotificationCenter *currentNotificationCenter =
155-
self->_currentNotificationCenter;
155+
self->_currentNotificationCenter;
156156
[invocation setReturnValue:&currentNotificationCenter];
157157
});
158158
}

0 commit comments

Comments
 (0)