mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Linting fixes
This commit is contained in:
		| @@ -60,11 +60,11 @@ class LibraryUpdateServiceTest { | ||||
|     fun testLifecycle() { | ||||
|         // Smoke test | ||||
|         Robolectric.buildService(LibraryUpdateService::class.java) | ||||
|                 .attach() | ||||
|                 .create() | ||||
|                 .startCommand(0, 0) | ||||
|                 .destroy() | ||||
|                 .get() | ||||
|             .attach() | ||||
|             .create() | ||||
|             .startCommand(0, 0) | ||||
|             .destroy() | ||||
|             .get() | ||||
|     } | ||||
|  | ||||
|     @Test | ||||
|   | ||||
		Reference in New Issue
	
	Block a user