You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Changes
This mirrors databricks/cli#2603.
I ran into this when working on `jobs/resource_job_test.go`. My editor
trims trailing whitespace on save and I got a dozen diffs related to
this. Enforcing no trailing whitespace reduces this noise.
## Tests
- `make ws` is run for PRs to ensure new code doesn't violate this
- The VS Code settings are updated to trim trailing whitespace on save.
<!--
NO_CHANGELOG=true
//-->
0 commit comments