Skip to content

Commit 2db55a2

Browse files
committed
Fix format
1 parent 42d8afd commit 2db55a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/io/github/projectmapk/jackson/module/kogera/KotlinModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public class KotlinModule private constructor(
125125
public data class CacheSize(
126126
val initialCacheSize: Int = Builder.DEFAULT_CACHE_SIZE,
127127
val maxCacheSize: Int = Builder.DEFAULT_CACHE_SIZE
128-
): Serializable {
128+
) : Serializable {
129129
/**
130130
* Set the same size for [initialCacheSize] and [maxCacheSize].
131131
*/

0 commit comments

Comments
 (0)