Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven committed Apr 3, 2024
1 parent 0227c77 commit c2ca1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diff/example_diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ func getExampleDiff(config *Config, state *state, value1, value2 *openapi3.Examp
}

Check warning on line 25 in diff/example_diff.go

View check run for this annotation

Codecov / codecov/patch

diff/example_diff.go#L24-L25

Added lines #L24 - L25 were not covered by tests

if diff.Empty() {
return nil, nil
return nil, nil
}

return diff,nil
return diff, nil
}

func getExampleDiffInternal(config *Config, state *state, value1, value2 *openapi3.Example) (*ExampleDiff, error) {
Expand Down

0 comments on commit c2ca1b1

Please sign in to comment.