Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
pkritiotis committed Dec 15, 2022
1 parent 2ec24e6 commit b39ac95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions log/consul.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ func ConsulLogger() hclog.Logger {
return consulLog
}

type consul struct {
}
type consul struct{}

func (l consul) Log(level hclog.Level, msg string, args ...interface{}) {
switch level {
Expand Down

0 comments on commit b39ac95

Please sign in to comment.