Skip to content

Commit

Permalink
style: fix formatting of mocked classes
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jan 29, 2023
1 parent 65ea314 commit 86613c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/binding_coap/binding_coap_test.mocks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import 'package:mockito/mockito.dart' as _i1;
// ignore_for_file: unnecessary_parenthesis
// ignore_for_file: camel_case_types

class _FakeThingDescription_0 extends _i1.Fake implements _i2.ThingDescription {
}
class _FakeThingDescription_0 extends _i1.Fake
implements _i2.ThingDescription {}

/// A class which mocks [ExposedThing].
///
Expand Down
4 changes: 2 additions & 2 deletions test/binding_http/http_test.mocks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import 'package:mockito/mockito.dart' as _i1;
// ignore_for_file: unnecessary_parenthesis
// ignore_for_file: camel_case_types

class _FakeThingDescription_0 extends _i1.Fake implements _i2.ThingDescription {
}
class _FakeThingDescription_0 extends _i1.Fake
implements _i2.ThingDescription {}

/// A class which mocks [ExposedThing].
///
Expand Down

0 comments on commit 86613c8

Please sign in to comment.