Skip to content

Commit

Permalink
Issue #25: Cleanup: Added missing space between program and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
haumacher committed Dec 13, 2024
1 parent 2564f73 commit 65bab91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void onUaIncomingCall(UserAgent ua, NameAddress callee, NameAddress calle

/** The main method. */
public static void main(String[] args) {
System.out.println("MiniJukebox"+SipStack.version);
System.out.println("MiniJukebox " + SipStack.version);

SipConfig sipConfig = new SipConfig();
UAConfig uaConfig = new UAConfig();
Expand Down

0 comments on commit 65bab91

Please sign in to comment.