Sho SHIMIZU
Committed by Pavlin Radoslavov

Correct indent

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