OSDN Git Service

Add Spotless to format kotlin code
[android-x86/packages-apps-Taskbar.git] / app / src / test / java / com / farmerbb / taskbar / mockito / IntAnswer.kt
index 680fb63..421d2ef 100644 (file)
@@ -8,4 +8,4 @@ class IntAnswer : Answer<Int> {
     override fun answer(invocation: InvocationOnMock): Int {
         return answer
     }
-}
\ No newline at end of file
+}