summaryrefslogtreecommitdiff
path: root/src/string.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-06-26 12:18:02 +0100
committerMaxime Coste <mawww@kakoune.org>2017-06-26 12:18:02 +0100
commitf7883337786d5e06dc32857f8bcde2fe877627f9 (patch)
tree825311ca90ea1423607c4e5686ca4d247d07c0cc /src/string.hh
parent4864c8cecb9cea720f39aff2b896d72f0bc7f078 (diff)
Formatting fix
Diffstat (limited to 'src/string.hh')
-rw-r--r--src/string.hh1
1 files changed, 0 insertions, 1 deletions
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()}; }