mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Remove unneeded return (#950)
This commit is contained in:
@@ -165,8 +165,6 @@ class HostBookApi {
|
||||
message: error['message'] as String?,
|
||||
details: error['details'],
|
||||
);
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -190,8 +188,6 @@ class HostBookApi {
|
||||
message: error['message'] as String?,
|
||||
details: error['details'],
|
||||
);
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user