Skip to content

Commit 554f157

Browse files
committed
fix: Add new line at the end of file
Signed-off-by: Richard Kocian <[email protected]>
1 parent ffa8915 commit 554f157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/redhat/devtools/intellij/commonuitest/UITestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,4 +327,4 @@ private static void redirectProcessOutputs(ProcessBuilder pb) {
327327
pb.redirectOutput(ProcessBuilder.Redirect.to(stdoutLog));
328328
pb.redirectError(ProcessBuilder.Redirect.to(stderrLog));
329329
}
330-
}
330+
}

0 commit comments

Comments
 (0)