Skip to content

Commit e5a3c32

Browse files
Yurii PrykhodkoYurii Prykhodko
authored andcommitted
fmt
1 parent ac92672 commit e5a3c32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import 'package:external_source/external_source.dart';
22

3-
void extensionIdentifierBanTesting(){
3+
void extensionIdentifierBanTesting() {
44
const int a = 10;
55

66
// expect_lint: avoid_using_api
77
a.banned();
88

99
// expect_lint: avoid_using_api
1010
a.bannedGetter;
11-
}
11+
}

0 commit comments

Comments
 (0)