style: format with go fmt

This commit is contained in:
xaos 2023-03-22 16:27:57 +01:00
parent d25c1d24a7
commit 759b725fdc
3 changed files with 11 additions and 18 deletions

1
log.go
View file

@ -222,7 +222,6 @@ func log_libdns_record(record *libdns.Record) zapcore.ObjectMarshaler {
return zapcore.ObjectMarshalerFunc(f)
}
// MarshalLogObject satisfies the zapcore.ObjectMarshaler interface.
func (r request) MarshalLogObject(enc zapcore.ObjectEncoder) error {
enc.AddString("zone", r.zone)