Skip to content

Commit 8a27331

Browse files
committed
Reformat
1 parent 47c9b2f commit 8a27331

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/cloud_firestore/android/src/main/java/io/flutter/plugins/firebase/cloudfirestore/CloudFirestorePlugin.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,9 @@ public void onComplete(Task<TransactionResult> task) {
446446
result.success(transactionResult);
447447
} else {
448448
result.error(
449-
"Error performing transaction", transactionResult.exception.getMessage(), null);
449+
"Error performing transaction",
450+
transactionResult.exception.getMessage(),
451+
null);
450452
}
451453
}
452454
});

0 commit comments

Comments
 (0)