Skip to content

Commit

Permalink
fix: Add new line at the end of file
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Kocian <[email protected]>
  • Loading branch information
richardkocian committed Sep 25, 2023
1 parent ffa8915 commit 554f157
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,4 +327,4 @@ private static void redirectProcessOutputs(ProcessBuilder pb) {
pb.redirectOutput(ProcessBuilder.Redirect.to(stdoutLog));
pb.redirectError(ProcessBuilder.Redirect.to(stderrLog));
}
}
}

0 comments on commit 554f157

Please sign in to comment.