OSDN Git Service

Merge pull request #189 from utzcoz/add-spotless-to-format-kotlin-code
[android-x86/packages-apps-Taskbar.git] / app / src / test / java / com / farmerbb / taskbar / service / NotificationCountServiceTest.kt
index 165a073..6e2f95d 100644 (file)
@@ -29,7 +29,8 @@ class NotificationCountServiceTest {
         service = Robolectric.setupService(NotificationCountService::class.java)
         LocalBroadcastManager
                 .getInstance(context)
-                .registerReceiver(receiver, IntentFilter(Constants.ACTION_NOTIFICATION_COUNT_CHANGED))
+                .registerReceiver(receiver,
+                        IntentFilter(Constants.ACTION_NOTIFICATION_COUNT_CHANGED))
         receiver.reset()
     }
 
@@ -92,4 +93,4 @@ class NotificationCountServiceTest {
             count = -1
         }
     }
-}
\ No newline at end of file
+}