Skip to content

Commit 0fc5bde

Browse files
committed
Correct formatting
1 parent ba7512a commit 0fc5bde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

com.unity.mobile.notifications/Runtime/Android/Plugins/com/unity/androidnotifications/UnityNotificationManager.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,7 @@ synchronized void saveNotification(Notification notification) {
468468
UnityNotificationUtilities.serializeNotification(prefs, notification);
469469
}
470470

471-
static String getSharedPrefsNameByNotificationId(String id)
472-
{
471+
static String getSharedPrefsNameByNotificationId(String id) {
473472
return String.format("u_notification_data_%s", id);
474473
}
475474

0 commit comments

Comments
 (0)