Skip to content

Commit 074ce4f

Browse files
wldehqurbonzoda
authored andcommitted
Fix error message spacing
1 parent e155c77 commit 074ce4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/main/src/kotlinx/benchmark/gradle/JmhBytecodeGeneratorWorker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ abstract class JmhBytecodeGeneratorWorker : WorkAction<JmhBytecodeGeneratorWorkP
109109
errCount++
110110
sb.append(" - ").append(e.toString()).append("\n")
111111
}
112-
throw RuntimeException("Generation of JMH bytecode failed with " + errCount + "errors:\n" + sb)
112+
throw RuntimeException("Generation of JMH bytecode failed with " + errCount + " errors:\n" + sb)
113113
}
114114
}
115115
}

0 commit comments

Comments
 (0)