Fix formatting (#36)

diff --git a/.github/workflows/platform.yml b/.github/workflows/platform.yml
index dfcf6cd..5cd3fae 100644
--- a/.github/workflows/platform.yml
+++ b/.github/workflows/platform.yml
@@ -1,4 +1,4 @@
-name: Process Package
+name: Platform Package
 
 on:
   push:
diff --git a/test/fake_platform_test.dart b/test/fake_platform_test.dart
index 2203852..f9374be 100644
--- a/test/fake_platform_test.dart
+++ b/test/fake_platform_test.dart
@@ -138,8 +138,7 @@
         });
         expect(fake.executable, '/bin/dart');
         expect(fake.resolvedExecutable, '/bin/dart');
-        expect(fake.script,
-            Uri.file('/platform/test/fake_platform_test.dart'));
+        expect(fake.script, Uri.file('/platform/test/fake_platform_test.dart'));
         expect(fake.executableArguments, <String>['--checked']);
         expect(fake.packageRoot, null);
         expect(fake.packageConfig, null);