Skip to content

Commit 90b1560

Browse files
committed
Fix format
1 parent 66f61d5 commit 90b1560

File tree

1 file changed

+2
-2
lines changed
  • TestProjects/com.unity.mobile-notifications-sample/Assets/Scripts

1 file changed

+2
-2
lines changed

TestProjects/com.unity.mobile-notifications-sample/Assets/Scripts/AndroidTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ private void HandleLastNotificationIntent()
107107
m_LOGGER.Red("Notification not found!", 1);
108108
}
109109
}
110-
110+
111111
private AndroidNotification parseNotificationTemplate(AndroidNotificationTemplate template)
112112
{
113113
AndroidNotification newNotification = new AndroidNotification()
@@ -358,7 +358,7 @@ public void ScrollLogsToBottom()
358358
Canvas.ForceUpdateCanvases();
359359
m_gameObjectReferences.LogsScrollRect.verticalNormalizedPosition = 0f;
360360
}
361-
361+
362362
IEnumerator RunCustomSequence()
363363
{
364364
AndroidNotificationTemplate ant = AndroidNotificationsTemplates[4];

0 commit comments

Comments
 (0)