Add formatting mistake for testing action.

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