Skip to content

Commit 18bb7a4

Browse files
committed
Fix spotless
1 parent 717e0c7 commit 18bb7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/data/src/test/kotlin/com/google/samples/apps/nowinandroid/core/data/model/NetworkEntityTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class NetworkEntityTest {
7878
shortDescription = "short description",
7979
longDescription = "long description",
8080
url = "URL",
81-
imageUrl = "imageUrl"
81+
imageUrl = "imageUrl",
8282
)
8383

8484
val expected = Topic(

0 commit comments

Comments
 (0)