Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Nov 7, 2023
1 parent d1330ba commit 1231b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ linters:
- goimports
- goprintffuncname
- gosec
- ifshort
- misspell
- nolintlint
- prealloc
Expand All @@ -32,4 +31,4 @@ linters:
- sqlclosecheck
- unconvert
- unparam
- whitespace
- whitespace
2 changes: 1 addition & 1 deletion level.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package log

import (
"math"
"errors"
"fmt"
"math"
"strings"
)

Expand Down

0 comments on commit 1231b7b

Please sign in to comment.