summaryrefslogtreecommitdiffhomepage
path: root/android/lib/common-test/src
diff options
context:
space:
mode:
Diffstat (limited to 'android/lib/common-test/src')
-rw-r--r--android/lib/common-test/src/main/java/net/mullvad/mullvadvpn/lib/common/test/TestUtils.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/lib/common-test/src/main/java/net/mullvad/mullvadvpn/lib/common/test/TestUtils.kt b/android/lib/common-test/src/main/java/net/mullvad/mullvadvpn/lib/common/test/TestUtils.kt
index 8d09cdf22c..60f991fce6 100644
--- a/android/lib/common-test/src/main/java/net/mullvad/mullvadvpn/lib/common/test/TestUtils.kt
+++ b/android/lib/common-test/src/main/java/net/mullvad/mullvadvpn/lib/common/test/TestUtils.kt
@@ -12,5 +12,5 @@ fun <T> assertLists(expected: List<T>, actual: List<T>, message: String? = null)
| Expected(${expected.size}): $expected
| Actual(${actual.size}) : $actual
"""
- .trimMargin()
+ .trimMargin(),
)