| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ad6f437 commit 63eb758
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,7 +21,7 @@ public Integer call() throws Exception { | |||
| 21 | 21 | String result = Extractor.extract(input, lines); | |
| 22 | 22 | ||
| 23 | 23 | if (result != null) { | |
| 24 | - System.out.println(result); | ||
| 24 | + System.out.print(result); | ||
| 25 | 25 | return 0; | |
| 26 | 26 | } else { | |
| 27 | 27 | return 1; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments