From f7883337786d5e06dc32857f8bcde2fe877627f9 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 26 Jun 2017 12:18:02 +0100 Subject: [PATCH] Formatting fix --- src/string.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/string.hh b/src/string.hh index 418ce298..2a384cde 100644 --- a/src/string.hh +++ b/src/string.hh @@ -245,7 +245,6 @@ public: private: String::Data owned; const char* unowned = nullptr; - }; ZeroTerminatedString zstr() const { return {begin(), end()}; }