Skip to content
Snippets Groups Projects
Commit 3ff1d0cc authored by nikgr117's avatar nikgr117
Browse files

Add blankspace in output

parent 1ddc268f
Branches
Tags
No related merge requests found
......@@ -43,7 +43,7 @@ public class Test {
@Override
public void perform(Integer t) {
System.out.println(MessageFormat.format("Odd number{0}", t));
System.out.println(MessageFormat.format("Odd number {0}", t));
}
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment