Skip to content

Commit dcae56f

Browse files
committed
[ez] Remove trailing space from babel-refresh header
ghstack-source-id: d78c53462b3be7b93733cdd0a7def96d7112087e Pull Request resolved: #30806
1 parent f65ac7b commit dcae56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runtime_commit_artifacts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
build/oss-experimental/react-refresh/cjs/react-refresh-babel.development.js
8888
- name: Insert @headers into eslint plugin and react-refresh
8989
run: |
90-
sed -i -e 's/ LICENSE file in the root directory of this source tree./ LICENSE file in the root directory of this source tree.\n * \n * @noformat\n * @nolint\n * @lightSyntaxTransform\n * @preventMunge\n * @oncall react_core/' \
90+
sed -i -e 's/ LICENSE file in the root directory of this source tree./ LICENSE file in the root directory of this source tree.\n *\n * @noformat\n * @nolint\n * @lightSyntaxTransform\n * @preventMunge\n * @oncall react_core/' \
9191
build/oss-experimental/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js \
9292
build/oss-experimental/react-refresh/cjs/react-refresh-babel.development.js
9393
- name: Move relevant files for React in www into compiled

0 commit comments

Comments
 (0)