From 5fa4df55256912beadb3992451e4e7e8b9d90e7c Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Tue, 10 Nov 2020 10:20:10 -0500 Subject: whitespace --- src/commandline.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/commandline.cpp') diff --git a/src/commandline.cpp b/src/commandline.cpp index 5e65424c..bb9ff9b8 100644 --- a/src/commandline.cpp +++ b/src/commandline.cpp @@ -95,8 +95,8 @@ std::optional CommandLine::run(const std::wstring& line) if (c->name() == commandName) { // this is a command - // remove the command name itself - opts.erase(opts.begin()); + // remove the command name itself + opts.erase(opts.begin()); try { -- cgit v1.3.1