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

Reordered imports to match with OpenSearch #11

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

owaiskazi19
Copy link
Member

Description

Reordered imports to match with OpenSearch as done here: opensearch-project/OpenSearch#9306

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@codecov
Copy link

codecov bot commented Aug 21, 2023

Codecov Report

❗ No coverage uploaded for pull request base (main@f6cb12c). Click here to learn what that means.
The diff coverage is n/a.

@@          Coverage Diff           @@
##             main     #11   +/-   ##
======================================
  Coverage        ?   0.00%           
======================================
  Files           ?       1           
  Lines           ?       1           
  Branches        ?       0           
======================================
  Hits            ?       0           
  Misses          ?       1           
  Partials        ?       0           

@jackiehanyang
Copy link
Collaborator

LGTM, but just a curiosity question - are we manually rearranging the import order here? Maybe we can use gradle format command to do the formatting job?

@dbwiddis
Copy link
Member

LGTM, but just a curiosity question - are we manually rearranging the import order here? Maybe we can use gradle format command to do the formatting job?

@jackiehanyang we've aligned around spotless as our formatting tool. Its main advantage is that it tells you what's wrong in our CI automatically and how to fix it.

@dbwiddis dbwiddis merged commit dcf605a into opensearch-project:main Aug 22, 2023
9 of 10 checks passed
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