Skip to content

Commit

Permalink
chore: fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Aug 10, 2023
1 parent dd7581e commit e606bec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/snapshot/snapshot.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
package snapshot

import (
"golang.org/x/exp/slices"
"main/pkg/config"
"main/pkg/constants"
"main/pkg/events"
"main/pkg/report"
"main/pkg/types"
"math"
"sort"

"golang.org/x/exp/slices"
)

type Entry struct {
Expand Down

0 comments on commit e606bec

Please sign in to comment.