Skip to content

Commit 58c726d

Browse files
committed
[ADD/#265] trailing comma
1 parent a606664 commit 58c726d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/test/java/com/sopt/clody/datasource/FakeDiaryRemoteDataSource.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class FakeDiaryRemoteDataSource : DiaryRemoteDataSource {
7272
saveDraftResponse = ApiResponse(
7373
status = 201,
7474
message = "성공",
75-
data = Unit
75+
data = Unit,
7676
)
7777
}
7878
}

0 commit comments

Comments
 (0)