From 43f138b7b20ff712bac2d611b28a23885c47fbe7 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sun, 21 Apr 2024 13:34:18 +0200 Subject: [PATCH] formatting fix --- include/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.hpp b/include/config.hpp index 971e50d..f51343e 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -67,7 +67,7 @@ }\ return os;\ }\ -\ + \ inline std::istream &operator>>(std::istream &is, name &en) {\ std::string input;\ is >> input;\