From d476435d429377677aa0ddc96ab3931721a5415c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 14 Apr 2022 03:03:48 +0000 Subject: format: move strings to same line --- maple/maple.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/maple/maple.cc b/maple/maple.cc index 51532f2..8a8d85a 100644 --- a/maple/maple.cc +++ b/maple/maple.cc @@ -193,11 +193,9 @@ auto main() -> int { return std::tolower(a) == std::tolower(b); } )) { - response << "51 The server (Maple) could not find the specified file" - ".\r\n"; + response << "51 The server (Maple) could not find the specified file.\r\n"; } else { - response << "59 The server (Maple) received a bad request: Invalid " - "protocol\r\n"; + response << "59 The server (Maple) received a bad request: Invalid protocol\r\n"; } } } -- cgit v1.2.3