From c63695bbd30e0b57669a4f24ba47eab0bb4e5b7b Mon Sep 17 00:00:00 2001 From: Adnan Maolood Date: Wed, 2 Feb 2022 14:27:53 -0500 Subject: [PATCH] gitsrht-shell: go fmt --- gitsrht-shell/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitsrht-shell/main.go b/gitsrht-shell/main.go index 35383ce..61a3489 100644 --- a/gitsrht-shell/main.go +++ b/gitsrht-shell/main.go @@ -14,10 +14,10 @@ import ( "strings" "syscall" + "github.com/go-git/go-git/v5" "github.com/google/shlex" _ "github.com/lib/pq" "github.com/vaughan0/go-ini" - "github.com/go-git/go-git/v5" ) const ( @@ -352,8 +352,8 @@ func main() { if pusherSuspendNotice != nil { snotice = *pusherSuspendNotice } - logger.Printf("repo ID %d; name '%s'; owner ID %d; owner name '%s'; " + - "visibility '%s'; pusher type '%s'; pusher suspension notice '%s'; " + + logger.Printf("repo ID %d; name '%s'; owner ID %d; owner name '%s'; "+ + "visibility '%s'; pusher type '%s'; pusher suspension notice '%s'; "+ "access grant '%s'", repoId, repoName, repoOwnerId, repoOwnerName, repoVisibility, pusherType, snotice, agrant) -- 2.38.4