Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
avdyushin committed Nov 27, 2023
1 parent f706b27 commit 4d86bac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ sealed class MockDeviceState : KalugaState {
}

data class Disconnecting(
override val mockConnectableDeviceManager: MockConnectableDeviceManager
override val mockConnectableDeviceManager: MockConnectableDeviceManager,
) : Connectable(), ConnectableDeviceState.Disconnecting, HandleAfterOldStateIsRemoved<MockDeviceState> {
override val asDeviceState: ConnectableDeviceState = this

Expand Down

0 comments on commit 4d86bac

Please sign in to comment.