Refactor coding convention

This commit is contained in:
HuyNguyen
2023-03-07 00:43:39 +07:00
committed by Dat Vu
parent 1e0013260f
commit fb3df2a99f
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class EmailReceiveManager {
}
void clearPendingEmailContent() {
if(_pendingEmailContentInfo.isClosed) {
if (_pendingEmailContentInfo.isClosed) {
_pendingEmailContentInfo = BehaviorSubject.seeded(null);
} else {
_pendingEmailContentInfo.add(null);