04 formatting
This commit is contained in:
parent
338bda525e
commit
e8db71e56c
@ -92,7 +92,6 @@ private:
|
||||
valid = false;
|
||||
}
|
||||
|
||||
|
||||
std::array<std::array<std::pair<int, bool>, 5>, 5> card;
|
||||
int numbers = 0;
|
||||
bool won = false;
|
||||
@ -100,7 +99,8 @@ private:
|
||||
bool valid = true;
|
||||
};
|
||||
|
||||
std::pair<std::vector<int>, std::vector<Bingo>> getBingo(const std::string &file_name) {
|
||||
std::pair<std::vector<int>, std::vector<Bingo>>
|
||||
getBingo(const std::string &file_name) {
|
||||
std::pair<std::vector<int>, std::vector<Bingo>> result;
|
||||
|
||||
std::ifstream file(file_name);
|
||||
|
Loading…
Reference in New Issue
Block a user