Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare to enable Spotless #8179

Merged
merged 2 commits into from
Jan 7, 2024
Merged

Prepare to enable Spotless #8179

merged 2 commits into from
Jan 7, 2024

Conversation

swankjesse
Copy link
Collaborator

I'm not super keen on any of these changes, but I am very keen on having automatic formatting.

I'm not super keen on any of these changes, but I am very
keen on having automatic formatting.
@swankjesse swankjesse force-pushed the jwilson.0106.spotless branch from 799c4b4 to 4bdd6c3 Compare January 7, 2024 03:54
@swankjesse swankjesse force-pushed the jwilson.0106.spotless branch from 4bdd6c3 to 7ae395c Compare January 7, 2024 03:55
val `in` = response1.body.source()
assertThat(`in`.readUtf8()).isEqualTo("ABC")
val source = response1.body.source()
assertThat(source.readUtf8()).isEqualTo("ABC")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be needed with ktlint 1.1 anymore

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to know.

@swankjesse swankjesse merged commit 0e312d7 into master Jan 7, 2024
19 checks passed
@swankjesse swankjesse deleted the jwilson.0106.spotless branch January 7, 2024 16:05
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.

3 participants