Skip to content

Commit 39b829f

Browse files
Apply automatic changes
1 parent 5122332 commit 39b829f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

firebase-common/src/commonMain/kotlin/dev/gitlive/firebase/EncodeDecodeSettings.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import kotlinx.serialization.modules.SerializersModule
55
/**
66
* Settings used to configure encoding/decoding
77
*/
8-
public sealed interface EncodeDecodeSettings
9-
{
8+
public sealed interface EncodeDecodeSettings {
109

1110
/**
1211
* The [SerializersModule] to use for serialization. This allows for polymorphic serialization on runtime

0 commit comments

Comments
 (0)