Trim trailing whitespace (#1794)

## Changes

Trailing whitespace is trimmed per the VS Code settings for this
repository.

## Tests

n/a
This commit is contained in:
Pieter Noordhuis 2024-09-27 11:30:39 +02:00 committed by GitHub
parent 4e8e027380
commit a1dca56abf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -228,12 +228,12 @@ func (m *pythonMutator) runPythonMutator(ctx context.Context, cacheDir string, r
return output, pythonDiagnostics return output, pythonDiagnostics
} }
const installExplanation = `If using Python wheels, ensure that 'databricks-pydabs' is included in the dependencies, const installExplanation = `If using Python wheels, ensure that 'databricks-pydabs' is included in the dependencies,
and that the wheel is installed in the Python environment: and that the wheel is installed in the Python environment:
$ .venv/bin/pip install -e . $ .venv/bin/pip install -e .
If using a virtual environment, ensure it is specified as the venv_path property in databricks.yml, If using a virtual environment, ensure it is specified as the venv_path property in databricks.yml,
or activate the environment before running CLI commands: or activate the environment before running CLI commands:
experimental: experimental:

View File

@ -570,12 +570,12 @@ func TestExplainProcessErr(t *testing.T) {
Explanation: 'databricks-pydabs' library is not installed in the Python environment. Explanation: 'databricks-pydabs' library is not installed in the Python environment.
If using Python wheels, ensure that 'databricks-pydabs' is included in the dependencies, If using Python wheels, ensure that 'databricks-pydabs' is included in the dependencies,
and that the wheel is installed in the Python environment: and that the wheel is installed in the Python environment:
$ .venv/bin/pip install -e . $ .venv/bin/pip install -e .
If using a virtual environment, ensure it is specified as the venv_path property in databricks.yml, If using a virtual environment, ensure it is specified as the venv_path property in databricks.yml,
or activate the environment before running CLI commands: or activate the environment before running CLI commands:
experimental: experimental: