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

Fix import order #1927

Merged

Conversation

andreisilviudragnea
Copy link
Contributor

The import order specified in the contribution guideline does not match the actual code style used in the project.

There needs to be a blank line between Java imports and all other imports.

@codecov-io
Copy link

codecov-io commented May 7, 2020

Codecov Report

Merging #1927 into release/3.x will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##             release/3.x    #1927   +/-   ##
==============================================
  Coverage          86.67%   86.67%           
  Complexity          2526     2526           
==============================================
  Files                318      318           
  Lines               6650     6650           
  Branches             832      832           
==============================================
  Hits                5764     5764           
  Misses               685      685           
  Partials             201      201           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 121dafa...e5a27c6. Read the comment docs.

Copy link
Contributor

@TimvdLippe TimvdLippe left a comment

Choose a reason for hiding this comment

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

Thanks

@TimvdLippe TimvdLippe merged commit 1f63f57 into mockito:release/3.x May 8, 2020
@andreisilviudragnea andreisilviudragnea deleted the fix-import-order branch May 9, 2020 09:58
epeee pushed a commit to epeee/mockito that referenced this pull request Jun 22, 2020
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.

None yet

3 participants