Skip to content

Commit

Permalink
RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
rozukke committed Aug 29, 2024
1 parent 5b8fa7e commit d6e7ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/block.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bool BlockType::operator==(const BlockType& other) const {
}

bool BlockType::operator!=(const BlockType& other) const {
return !(*this == other);
return !(*this == other);
}

BlockType BlockType::withMod(int modifier) const {
Expand Down

0 comments on commit d6e7ef0

Please sign in to comment.