Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Oct 16, 2023
1 parent 8554b44 commit 7d3cba9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/test/mock/api/mock_encointer_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ import 'mock_substrate_dart_api.dart';
/// The getters then return the preconfigured value, which in turn leads to consistent
/// responses in the test.
class MockEncointerApi extends EncointerApi {
MockEncointerApi(super.store, MockJSApi super.js, MockSubstrateDartApi super.dartApi, super.ewHttp, super.encointerKusama);
MockEncointerApi(
super.store,
MockJSApi super.js,
MockSubstrateDartApi super.dartApi,
super.ewHttp,
super.encointerKusama,
);

@override
Future<void> startSubscriptions() async {
Expand Down

0 comments on commit 7d3cba9

Please sign in to comment.