Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakle committed Aug 2, 2022
1 parent 5c5f921 commit fb8d17d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/logic/blocs/arb/arb_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class ArbCubit extends Cubit<ArbState> {
emit(ArbDone());
} catch (e) {
emit(ArbFailed(e));
rethrow;
} finally {
await computer.turnOff();
}
Expand Down

0 comments on commit fb8d17d

Please sign in to comment.