mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 00:46:15 -06:00
go fmt
This commit is contained in:
parent
cdc04ce0cf
commit
73cb46528a
1 changed files with 8 additions and 8 deletions
|
|
@ -178,18 +178,18 @@ type TypeConverter interface {
|
|||
}
|
||||
|
||||
type converter struct {
|
||||
config *config.Config
|
||||
db db.DB
|
||||
log *logrus.Logger
|
||||
asCache cache.Cache
|
||||
config *config.Config
|
||||
db db.DB
|
||||
log *logrus.Logger
|
||||
asCache cache.Cache
|
||||
}
|
||||
|
||||
// NewConverter returns a new Converter
|
||||
func NewConverter(config *config.Config, db db.DB, log *logrus.Logger) TypeConverter {
|
||||
return &converter{
|
||||
config: config,
|
||||
db: db,
|
||||
log: log,
|
||||
asCache: cache.New(),
|
||||
config: config,
|
||||
db: db,
|
||||
log: log,
|
||||
asCache: cache.New(),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue