mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
Fixed linting errors
This commit is contained in:
parent
e658738b56
commit
fb1cf32e17
2 changed files with 4 additions and 3 deletions
|
|
@ -396,7 +396,7 @@ func (c *config) setDefaults() {
|
|||
}
|
||||
|
||||
// prepareLogging sets up the structured logging.
|
||||
func (cfg *config) prepareLogging() error {
|
||||
func (c *config) prepareLogging() error {
|
||||
ho := slog.HandlerOptions{
|
||||
Level: slog.LevelDebug,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue