Bump MRI upstreams
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / netconf / sal / restconf / impl / BrokerFacade.java
index 8add32b98746e9b00c3102982bb9918ab46fe5f5..114ddf8a081a2fb305330c2ae9006c37a49cd881 100644 (file)
@@ -456,7 +456,7 @@ public class BrokerFacade implements Closeable {
                 // if commit failed it is global error
                 LOG.error("Http Patch {} transaction commit has failed", patchContext.getPatchId());
                 status.setStatus(new PatchStatusContext(patchContext.getPatchId(), ImmutableList.copyOf(editCollection),
-                        false, ImmutableList.of(
+                    false, ImmutableList.of(
                         new RestconfError(ErrorType.APPLICATION, ErrorTag.OPERATION_FAILED, throwable.getMessage()))));
                 waiter.countDown();
             }