gofmt -w fixes it.

This commit is contained in:
KuhnChris 2023-06-30 13:24:59 +02:00
parent 721782f4f0
commit 272f3cc2cc

View file

@ -214,7 +214,7 @@ func TestValidateApplicationServiceRequest(t *testing.T) {
// Set up a config
fakeConfig := &config.Dendrite{}
fakeConfig.Defaults(config.DefaultOpts{
Generate: true
Generate: true,
})
fakeConfig.Global.ServerName = "localhost"
fakeConfig.ClientAPI.Derived.ApplicationServices = []config.ApplicationService{fakeApplicationService, fakeApplicationServiceOverlap}