You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: surf-api-core/surf-api-core-api/src/main/kotlin/dev/slne/surf/surfapi/core/api/messages/CommonComponents.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -385,7 +385,7 @@ object CommonComponents {
385
385
val separator = buildText0 {
386
386
appendNewline()
387
387
append(linePrefix)
388
-
appendText("— ", SPACER)
388
+
appendText("— ", SPACER)
389
389
}
390
390
val joinConfig =JoinConfiguration.builder().separator(separator).build()
391
391
@@ -430,7 +430,7 @@ object CommonComponents {
430
430
val separator = buildText0 {
431
431
appendNewline()
432
432
append(linePrefix)
433
-
appendText("— ", SPACER)
433
+
appendText("— ", SPACER)
434
434
}
435
435
val joinConfig =JoinConfiguration.builder().separator(separator).build()
436
436
val firstPrefix =if (map.isNotEmpty()) separator elseComponent.empty()
0 commit comments