Skip to content

Commit

Permalink
added newline
Browse files Browse the repository at this point in the history
  • Loading branch information
rob93c committed Sep 3, 2023
1 parent afd8f08 commit 66aa791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/cellar/greeter/runner/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
public class Main {

public static void main(String[] args) {
System.out.println(Greeter.getInstance().getGreetings());
System.out.println(Greeter.getInstance().getGreetings() + "\n");
}
}

0 comments on commit 66aa791

Please sign in to comment.