Skip to content

feat: test formatting - #1

Open
chingor13 wants to merge 1 commit into
formattingfrom
formatting-test
Open

feat: test formatting#1
chingor13 wants to merge 1 commit into
formattingfrom
formatting-test

Conversation

@chingor13

Copy link
Copy Markdown
Owner

No description provided.

@codecov-io

codecov-io commented Dec 30, 2020

Copy link
Copy Markdown

Codecov Report

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

Impacted file tree graph

@@              Coverage Diff              @@
##             formatting       #1   +/-   ##
=============================================
  Coverage              ?   79.94%           
  Complexity            ?      420           
=============================================
  Files                 ?       28           
  Lines                 ?     1965           
  Branches              ?      208           
=============================================
  Hits                  ?     1571           
  Misses                ?      285           
  Partials              ?      109           

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 8a2dd76...741e200. Read the comment docs.

Comment thread oauth2_http/java/com/google/auth/oauth2/AccessToken.java
return tokenValue;
}

public void foo() { System.out.println("bar"); }

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
public void foo() { System.out.println("bar"); }
public void foo() {
System.out.println("bar");
}

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