Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-mahe committed Feb 20, 2024
1 parent 1ba6047 commit 758b624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mumu.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <unordered_map>
#include <vector>


static_assert(UINT_MAX > UINT16_MAX, "unsigned integers are too small");
static_assert(UINT_MAX >= UINT32_MAX, "unsigned integers are too small");

Expand Down

0 comments on commit 758b624

Please sign in to comment.