Skip to content

Commit b04ac8a

Browse files
committed
wip
1 parent e4b40f7 commit b04ac8a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/includes/data-formats/codecs.kt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ class PowerStatusCodec : Codec<PowerStatus> {
3838
data class Monolight(
3939
var powerStatus: PowerStatus = PowerStatus.OFF,
4040
var colorTemperature: Int? = null
41-
) { override fun toString():
42-
String = "Monolight { powerStatus: $powerStatus, colorTemperature: $colorTemperature }" }
41+
) {
42+
override fun toString():
43+
String = "Monolight { powerStatus: $powerStatus, colorTemperature: $colorTemperature }"
44+
}
4345
// end-monolight-class
4446

4547
// start-monolight-codec

0 commit comments

Comments
 (0)