diff --git a/packages/babel/test/fixtures/transformation/flow/strip-directive/actual.js b/packages/babel/test/fixtures/transformation/flow/strip-directive/actual.js index 6fa81291fd..540d5c759e 100644 --- a/packages/babel/test/fixtures/transformation/flow/strip-directive/actual.js +++ b/packages/babel/test/fixtures/transformation/flow/strip-directive/actual.js @@ -10,5 +10,3 @@ * @providesModule Foo * @flow */ - -foo(); diff --git a/packages/babel/test/fixtures/transformation/flow/strip-directive/expected.js b/packages/babel/test/fixtures/transformation/flow/strip-directive/expected.js index 4bae7db107..30083b03f6 100644 --- a/packages/babel/test/fixtures/transformation/flow/strip-directive/expected.js +++ b/packages/babel/test/fixtures/transformation/flow/strip-directive/expected.js @@ -2,5 +2,3 @@ * @providesModule Foo * */ - -foo();