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

update ktlint plugin to 11.3.1, format code #3442

Merged
merged 1 commit into from
Mar 13, 2023
Merged

Conversation

connyduck
Copy link
Collaborator

closes #2914

@connyduck connyduck requested review from Tak and charlag March 13, 2023 09:39
@@ -295,7 +296,7 @@ class MainActivity : BottomSheetActivity(), ActionButtonActivity, HasAndroidInje
is MainTabsChangedEvent -> {
refreshMainDrawerItems(
addSearchButton = hideTopToolbar,
addTrendingButton = !event.newTabs.hasTab(TRENDING),
addTrendingButton = !event.newTabs.hasTab(TRENDING)
Copy link
Collaborator

Choose a reason for hiding this comment

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

😱 Is trailing comma no longer accepted?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

apparently

@connyduck connyduck merged commit d839f18 into develop Mar 13, 2023
@connyduck connyduck deleted the update_ktlint_plugin branch March 13, 2023 12:16
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.

Migrate to ktlint 0.47.1 or newer
2 participants