Closed sweep-ai[bot] closed 1 year ago
Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword
link
(e.g. "Link T-123").π‘Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.
[X] Check workbench/libraries/reselect-master/reselect-master/package.json
β
Run `workbench/libraries/reselect-master/reselect-master/package.json` through the sandbox.
[X] Check workbench/libraries/reselect-master/reselect-master/yarn.lock
β
Run `workbench/libraries/reselect-master/reselect-master/yarn.lock` through the sandbox.
PR Feedback: π
I created this PR to address this rule:
"There should be no trailing whitespace at the end of lines."
Description
This PR addresses the issue of trailing whitespaces at the end of lines in the following files:
workbench/libraries/reselect-master/reselect-master/package.json
workbench/libraries/reselect-master/reselect-master/yarn.lock
The trailing whitespaces have been removed from all lines in these files.
Summary of Changes
workbench/libraries/reselect-master/reselect-master/package.json
to remove trailing whitespaces at the end of lines.workbench/libraries/reselect-master/reselect-master/yarn.lock
to remove trailing whitespaces at the end of lines.These changes ensure that the affected files do not contain any trailing whitespaces, improving code cleanliness and consistency.