Skip to content

Commit

Permalink
chore: fail clang-tidy
Browse files Browse the repository at this point in the history
Failure clang-tidy.

Signed-off-by: Melg Eight <public.melg8@gmail.com>
  • Loading branch information
melg8 committed May 27, 2022
1 parent 92b64cd commit bcbab70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/example_glassy/library/sources/asn_1_int_errc.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ enum class Asn1IntErrc {
kSuccess = 0, // 0 should not represent an error
kAllocationFailure = 1,
kNullPointerFailure = 2,
kConversionFailure = 3,
bad_name = 3,
kCopyFailure = 4
};

Expand Down

0 comments on commit bcbab70

Please sign in to comment.