mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 01:02:26 -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 {
|
||||
suite.Suite
|
||||
config *config.Config
|
||||
db db.DB
|
||||
log *logrus.Logger
|
||||
config *config.Config
|
||||
db db.DB
|
||||
log *logrus.Logger
|
||||
distributor distributor.Distributor
|
||||
accounts map[string]*gtsmodel.Account
|
||||
activities map[string]testrig.ActivityWithSignature
|
||||
accounts map[string]*gtsmodel.Account
|
||||
activities map[string]testrig.ActivityWithSignature
|
||||
}
|
||||
|
||||
// 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