summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 51dbe224..8cfa2c7b 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -131,7 +131,6 @@ void do_pipe(Context& context)
cmdline, context, {}, {}));
editor.insert(strings, InsertMode::Replace);
}, context);
-
}
template<SelectMode mode>