go fmt ./...

This commit is contained in:
tsmethurst
2021-03-27 16:28:57 +01:00
parent f9932adcac
commit a19cc4740e
13 changed files with 23 additions and 23 deletions

View File

@ -21,8 +21,8 @@ package action
import (
"context"
"github.com/superseriousbusiness/gotosocial/internal/config"
"github.com/sirupsen/logrus"
"github.com/superseriousbusiness/gotosocial/internal/config"
)
// GTSAction defines one *action* that can be taken by the gotosocial cli command.