Skip to content

Commit

Permalink
commit something that should fail the uncrustify check just to make s…
Browse files Browse the repository at this point in the history
…ure that the pipelines fail
  • Loading branch information
bpkroth committed Aug 20, 2020
1 parent fa7e628 commit 3fee079
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/Mlos.Core/Utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ namespace Core
//
// NOTES:
//
inline constexpr uint32_t lower_uint32(const uint64_t value)
{
inline constexpr uint32_t lower_uint32(const uint64_t value) {
return static_cast<uint32_t>(value);
}

Expand Down

0 comments on commit 3fee079

Please sign in to comment.