Skip to content

Commit a9c13ea

Browse files
committed
empty replace for sameLine calls
1 parent 5603b69 commit a9c13ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/interaction/request/LogContext.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ interface LogContext {
3737

3838
@LogContextDsl
3939
fun sameLine() =
40-
logContext.replace("\n", " ")
40+
logContext.replace("\n", "")
4141

4242
@LogContextDsl
4343
fun text(text: String) {

0 commit comments

Comments
 (0)