We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea07f16 commit 2b55e62Copy full SHA for 2b55e62
1 file changed
src/test/java/com/github/sttk/errs/ExcTest.java
@@ -227,7 +227,7 @@ void printStackTrace() {
227
var isWindows = System.getProperty("os.name").toLowerCase().startsWith("windows");
228
var prefix = "com.github.sttk.errs.RuntimeExc: " + exc.toString();
229
if (isWindows) {
230
- prefix += System.lineSeparator() + " ";
+ prefix += System.lineSeparator();
231
} else {
232
prefix += System.lineSeparator();
233
}
0 commit comments