Fix style issue.

This commit is contained in:
wusheng 2017-10-15 08:54:38 +08:00
parent ef88a2ac32
commit 9ca4f6236a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public enum SystemOutWriter implements IWriter {
out.println(message);
}
public PrintStream getStream(){
public PrintStream getStream() {
return System.out;
}
}