Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
More formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-concordium committed Dec 19, 2023
1 parent 68fa93a commit 0a327ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/helpers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import 'package:flutter_bloc/flutter_bloc.dart';

/// Wrap MaterialApp and Scaffold around the given widget.
/// The theme is also registered in order to be able to make use of the CcdTheme
Widget wrapMaterial({required Widget? child}) =>
MultiBlocProvider(
Widget wrapMaterial({required Widget? child}) => MultiBlocProvider(
providers: [
BlocProvider<AppTheme>(create: (_) => AppTheme()),
],
Expand Down

0 comments on commit 0a327ee

Please sign in to comment.