mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-02 15:18:07 -06:00
go fmt (#278)
This commit is contained in:
parent
27605f7c47
commit
a07e62e49e
5 changed files with 8 additions and 9 deletions
|
|
@ -44,12 +44,12 @@ type Filter interface {
|
|||
}
|
||||
|
||||
type filter struct {
|
||||
db db.DB
|
||||
db db.DB
|
||||
}
|
||||
|
||||
// NewFilter returns a new Filter interface that will use the provided database.
|
||||
func NewFilter(db db.DB) Filter {
|
||||
return &filter{
|
||||
db: db,
|
||||
db: db,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue