diff --git a/cmd/neofs-rest-gw/config.go b/cmd/neofs-rest-gw/config.go index 768da81..8f6dd32 100644 --- a/cmd/neofs-rest-gw/config.go +++ b/cmd/neofs-rest-gw/config.go @@ -223,9 +223,9 @@ func getKeyFromWallet(w *wallet.Wallet, addrStr string, password *string) (*keys // Panics on failure. // // Logger is built from zap's production logging configuration with: -// * parameterized level (debug by default) -// * console encoding -// * ISO8601 time encoding +// - parameterized level (debug by default) +// - console encoding +// - ISO8601 time encoding // // Logger records a stack trace for all messages at or above fatal level. //