FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: remove new line in print · gitbugactions/java-extractor@63eb758 · GitHub

Commit 63eb758

Browse files
committed
fix: remove new line in print
1 parent ad6f437 commit 63eb758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/com/github/assertkth/extractor

‎src/main/java/com/github/assertkth/extractor/App.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public Integer call() throws Exception {
2121
String result = Extractor.extract(input, lines);
2222

2323
if (result != null) {
24-
System.out.println(result);
24+
System.out.print(result);
2525
return 0;
2626
} else {
2727
return 1;

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL