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

clang-tidy: no else after return #1671

Merged
merged 1 commit into from
May 20, 2021
Merged

clang-tidy: no else after return #1671

merged 1 commit into from
May 20, 2021

Conversation

neheb
Copy link
Collaborator

@neheb neheb commented May 19, 2021

Found with readability-else-after-return

Signed-off-by: Rosen Penev [email protected]

Found with readability-else-after-return

Signed-off-by: Rosen Penev <[email protected]>
@codecov
Copy link

codecov bot commented May 19, 2021

Codecov Report

Merging #1671 (b0fcc5c) into main (8dbc699) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1671   +/-   ##
=======================================
  Coverage   66.89%   66.89%           
=======================================
  Files         151      151           
  Lines       20747    20747           
=======================================
  Hits        13879    13879           
  Misses       6868     6868           
Impacted Files Coverage Δ
samples/Jzon.cpp 34.07% <0.00%> (ø)

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 8dbc699...b0fcc5c. Read the comment docs.

@neheb neheb merged commit 8d501fc into Exiv2:main May 20, 2021
@neheb neheb deleted the el branch May 20, 2021 06:09
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