Fix indentation (code formatting...)

This commit is contained in:
Jungtaek Lim
2014-08-08 10:56:39 +09:00
parent 1877185153
commit 514144d472
7 changed files with 67 additions and 68 deletions

View File

@@ -70,15 +70,15 @@ public class Pipeline extends MultiKeyPipelineBase {
}
public void clear() {
if (isInMulti()) {
discard();
}
if (isInMulti()) {
discard();
}
sync();
sync();
}
public boolean isInMulti() {
return currentMulti != null;
return currentMulti != null;
}
/**