Skip to content

Commit 6fa4e18

Browse files
committed
fmt
1 parent 33e784c commit 6fa4e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/service/substrate_api/api.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class Api {
6363

6464
_timer = Timer.periodic(const Duration(seconds: 10), (timer) async {
6565
if (!provider.isConnected()) {
66-
if (_connecting == null) {
66+
if (_connecting == null) {
6767
Log.p('[webApi] provider is disconnected. Trying to connect again...');
6868
await close();
6969
_connecting = _connect();

0 commit comments

Comments
 (0)