From 2c515f0de70ad675b5f5d25b6a496d67d8dc0463 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Mon, 10 Jan 2022 02:48:19 +0000 Subject: [PATCH] Fixed indentation --- test.cpp | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test.cpp b/test.cpp index 20d1aa9..843cbe3 100644 --- a/test.cpp +++ b/test.cpp @@ -5,11 +5,11 @@ int main(void) { - book::Book b = book::testBook(10, true); - auto bs = protocol::recoverBook(); - std::cout << bs.size() << std::endl; - for (auto i : bs) { - std::cout << i.first << std::endl; - i.second.printBook(); - } + // book::Book b = book::testBook(10, true); + auto bs = protocol::recoverBook(); + std::cout << bs.size() << std::endl; + for (auto i : bs) { + std::cout << i.first << std::endl; + i.second.printBook(); + } } -- Gitblit v1.9.3