Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandar-apostolov committed Nov 15, 2023
1 parent 5578c45 commit 9238b7b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ class CallStateTest : IntegrationTestBase() {

call.state._localPins.value = mutableMapOf(
"1" to PinUpdateAtTime(
PinUpdate("1", "userId"), OffsetDateTime.now(Clock.systemUTC()), PinType.Local)
PinUpdate("1", "userId"), OffsetDateTime.now(Clock.systemUTC()), PinType.Local,
),
)

call.state.updateParticipant(
Expand Down

0 comments on commit 9238b7b

Please sign in to comment.