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 31, 2024
1 parent 4de7462 commit 6461b79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/missed-blocks-checker.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package main

import (
"github.com/spf13/cobra"
"main/pkg"
configPkg "main/pkg/config"
"main/pkg/fs"
"main/pkg/logger"

"github.com/spf13/cobra"
)

var (
Expand Down

0 comments on commit 6461b79

Please sign in to comment.