Apply automated ktlint 1.2.1 formatting.

This commit is contained in:
Nicholas Tinsley
2024-05-15 21:57:46 -04:00
committed by Clark Chen
parent e861c022da
commit cfb4377de3
39 changed files with 190 additions and 60 deletions

View File

@@ -103,11 +103,17 @@ sealed class SignalAudioManager(protected val context: Context, protected val ev
}
enum class AudioDevice {
SPEAKER_PHONE, WIRED_HEADSET, EARPIECE, BLUETOOTH, NONE
SPEAKER_PHONE,
WIRED_HEADSET,
EARPIECE,
BLUETOOTH,
NONE
}
enum class State {
UNINITIALIZED, PREINITIALIZED, RUNNING
UNINITIALIZED,
PREINITIALIZED,
RUNNING
}
/**