Skip to content

Commit

Permalink
satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
chris124567 committed Dec 19, 2023
1 parent da2ce4f commit 21d1d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions explorer/explorer.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type Explorer struct {
s Store
}

// NewExplorer returns a Sia explorer.
func NewExplorer(s Store) *Explorer {
return &Explorer{s}
}
Expand Down
1 change: 1 addition & 0 deletions internal/exploreutil/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"database/sql"
"strings"

// sqlite driver for database/sql
_ "github.com/mattn/go-sqlite3"
)

Expand Down

0 comments on commit 21d1d82

Please sign in to comment.