mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
go fmt (#278)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user