Committed by
Pavlin Radoslavov
Correct indent
Change-Id: I4ff249f604813ab42b7f61d5ca12be68eb7bf596
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
-
Please register or login to post a comment