aboutsummaryrefslogtreecommitdiff
path: root/testApi/src/main/kotlin
diff options
context:
space:
mode:
Diffstat (limited to 'testApi/src/main/kotlin')
-rw-r--r--testApi/src/main/kotlin/testApi/utils/assertIsInstance.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/testApi/src/main/kotlin/testApi/utils/assertIsInstance.kt b/testApi/src/main/kotlin/testApi/utils/assertIsInstance.kt
index 0220799a..279dbafa 100644
--- a/testApi/src/main/kotlin/testApi/utils/assertIsInstance.kt
+++ b/testApi/src/main/kotlin/testApi/utils/assertIsInstance.kt
@@ -14,4 +14,4 @@ inline fun <reified T> assertIsInstance(obj: Any?): T {
}
throw AssertionError("Expected instance of type ${T::class.qualifiedName} but found $obj")
-} \ No newline at end of file
+}