mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 22:52:25 -05:00
go fmt
This commit is contained in:
parent
b777a682fe
commit
07268e6f1e
1 changed files with 5 additions and 5 deletions
|
|
@ -46,12 +46,12 @@ import (
|
||||||
|
|
||||||
type ProtocolTestSuite struct {
|
type ProtocolTestSuite struct {
|
||||||
suite.Suite
|
suite.Suite
|
||||||
config *config.Config
|
config *config.Config
|
||||||
db db.DB
|
db db.DB
|
||||||
log *logrus.Logger
|
log *logrus.Logger
|
||||||
distributor distributor.Distributor
|
distributor distributor.Distributor
|
||||||
accounts map[string]*gtsmodel.Account
|
accounts map[string]*gtsmodel.Account
|
||||||
activities map[string]testrig.ActivityWithSignature
|
activities map[string]testrig.ActivityWithSignature
|
||||||
}
|
}
|
||||||
|
|
||||||
// SetupSuite sets some variables on the suite that we can use as consts (more or less) throughout
|
// SetupSuite sets some variables on the suite that we can use as consts (more or less) throughout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue