remove extra ;
This commit is contained in:
parent
b69cb6d974
commit
87c429e586
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ namespace Hanabi {
|
|||
static constexpr Card t5 = {5, 0};
|
||||
static constexpr Card unknown = {std::numeric_limits<suit_t>::max(), 0};
|
||||
static constexpr Card trash = {std::numeric_limits<suit_t>::max(), 1};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
namespace std {
|
||||
|
|
Loading…
Reference in a new issue