Skip to content

[MINOR][BUILD][3.5] Fix linter issue in AmmoniteReplE2ESuite#55951

Closed
peter-toth wants to merge 1 commit into
apache:branch-3.5from
peter-toth:minor-fix-lint
Closed

[MINOR][BUILD][3.5] Fix linter issue in AmmoniteReplE2ESuite#55951
peter-toth wants to merge 1 commit into
apache:branch-3.5from
peter-toth:minor-fix-lint

Conversation

@peter-toth
Copy link
Copy Markdown
Contributor

@peter-toth peter-toth commented May 18, 2026

What changes were proposed in this pull request?

This PR reformats a Seq(...) argument list in AmmoniteReplE2ESuite so that each element is on its own line.

Why are the changes needed?

To fix a minor linter (scalastyle) issue.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Existing tests.

Was this patch authored or co-authored using generative AI tooling?

Generated-by: Claude Opus 4.7

### What changes were proposed in this pull request?
This PR reformats a `Seq(...)` argument list in `AmmoniteReplE2ESuite` so that each element is on its own line.

### Why are the changes needed?
To fix a minor linter (scalastyle) issue.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Existing tests.
@peter-toth
Copy link
Copy Markdown
Contributor Author

peter-toth commented May 18, 2026

There is a linter issue on branch-3.5 currently that this PR fixes.

The scalafmt check failed on connector/connect at following occurrences:

Requires formatting: AmmoniteReplE2ESuite.scala

cc @dongjoon-hyun

peter-toth added a commit that referenced this pull request May 18, 2026
### What changes were proposed in this pull request?
This PR reformats a `Seq(...)` argument list in `AmmoniteReplE2ESuite` so that each element is on its own line.

### Why are the changes needed?
To fix a minor linter (scalastyle) issue.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Existing tests.

### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Opus 4.7

Closes #55951 from peter-toth/minor-fix-lint.

Lead-authored-by: Peter Toth <peter.toth@gmail.com>
Co-authored-by: Peter Toth <p_toth@apple.com>
Signed-off-by: Peter Toth <peter.toth@gmail.com>
@peter-toth
Copy link
Copy Markdown
Contributor Author

Thanks @MaxGekk , merged to branch-3.5.

@peter-toth peter-toth closed this May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants