Skip to content

Commit d8e96ef

Browse files
authored
Fix formatting (dart-archive/platform#36)
1 parent 01783eb commit d8e96ef

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pkgs/platform/.github/workflows/platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Process Package
1+
name: Platform Package
22

33
on:
44
push:

pkgs/platform/test/fake_platform_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ void main() {
138138
});
139139
expect(fake.executable, '/bin/dart');
140140
expect(fake.resolvedExecutable, '/bin/dart');
141-
expect(fake.script,
142-
Uri.file('/platform/test/fake_platform_test.dart'));
141+
expect(fake.script, Uri.file('/platform/test/fake_platform_test.dart'));
143142
expect(fake.executableArguments, <String>['--checked']);
144143
expect(fake.packageRoot, null);
145144
expect(fake.packageConfig, null);

0 commit comments

Comments
 (0)