Fix formatting mistake

This commit is contained in:
xsahil03x
2020-11-20 20:08:50 +05:30
parent 265e8622f3
commit 593dcabc6e
+1 -1
View File
@@ -434,6 +434,6 @@ class _CreateChannelPageState extends State<CreateChannelPage> {
...value.users,
];
});
}).whenComplete(() => loading = false );
}).whenComplete(() => loading = false);
}
}