04 formatting

This commit is contained in:
zv0n 2021-12-05 09:52:11 +01:00
parent 338bda525e
commit e8db71e56c

View File

@ -92,7 +92,6 @@ private:
valid = false; valid = false;
} }
std::array<std::array<std::pair<int, bool>, 5>, 5> card; std::array<std::array<std::pair<int, bool>, 5>, 5> card;
int numbers = 0; int numbers = 0;
bool won = false; bool won = false;
@ -100,7 +99,8 @@ private:
bool valid = true; 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::pair<std::vector<int>, std::vector<Bingo>> result;
std::ifstream file(file_name); std::ifstream file(file_name);