From c64226accde773927cae395ec5ac052935c0a972 Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Mon, 3 Jan 2022 10:38:44 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=9CPrintln=20arg=20list=20ends=20wi?= =?UTF-8?q?th=20redundant=20newline=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/irestore/irestore.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/irestore/irestore.go b/cmd/irestore/irestore.go index 695a567..57b9544 100644 --- a/cmd/irestore/irestore.go +++ b/cmd/irestore/irestore.go @@ -425,8 +425,7 @@ func main() { ls [domain] restore domain dest dumpkeys [outputfile] - apps -`) + apps`) } var cmd string