mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
style: format code
This commit is contained in:
@@ -26,6 +26,7 @@ class ApiResult<T> {
|
||||
return throw error!;
|
||||
}
|
||||
}
|
||||
|
||||
(int, String) unwrapErr() {
|
||||
if (ok) {
|
||||
return throw 'unwrap_err called on ok ApiResult';
|
||||
|
||||
Reference in New Issue
Block a user