Sho SHIMIZU
Committed by Pavlin Radoslavov

Correct indent

Change-Id: I4ff249f604813ab42b7f61d5ca12be68eb7bf596
......@@ -133,7 +133,7 @@ public interface IntentStore extends Store<IntentEvent, IntentStoreDelegate> {
* @param batch BatchWrite to execute
* @return failed operations
*/
List<Operation> batchWrite(BatchWrite batch);
List<Operation> batchWrite(BatchWrite batch);
public static class BatchWrite {
......