From 04368d48cb28d32908276963fb7cb9d24e2ee311 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 21 Apr 2021 08:28:00 +0200 Subject: [PATCH] go fmt --- cmd/safcm/config/config.go | 6 +++--- rpc/conn.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/safcm/config/config.go b/cmd/safcm/config/config.go index fc01c8d..3973e82 100644 --- a/cmd/safcm/config/config.go +++ b/cmd/safcm/config/config.go @@ -27,9 +27,9 @@ import ( ) type Config struct { - DryRun bool `yaml:"-"` // set via command line - Quiet bool `yaml:"-"` // set via command line - LogLevel safcm.LogLevel `yaml:"-"` // set via command line + DryRun bool `yaml:"-"` // set via command line + Quiet bool `yaml:"-"` // set via command line + LogLevel safcm.LogLevel `yaml:"-"` // set via command line SshConfig string `yaml:"-"` // set via command line DetectGroups []string `yaml:"detect_groups"` diff --git a/rpc/conn.go b/rpc/conn.go index 6522612..626a507 100644 --- a/rpc/conn.go +++ b/rpc/conn.go @@ -32,7 +32,7 @@ type Conn struct { events chan<- ConnEvent // same as Events, to publish events eventsWg sync.WaitGroup - debug bool + debug bool sshRemote string sshOpts []string -- 2.43.2