re-format go files
1 file changed, 3 insertions(+), 2 deletions(-)
changed files
M domain/content/fetcher/fetcher.go → domain/content/fetcher/fetcher.go
@@ -14,12 +14,13 @@ "strconv" "strings" "time" - "alin.ovh/homestead/shared/config" - "alin.ovh/homestead/shared/events" "alin.ovh/x/log" "github.com/Southclaws/fault" "github.com/Southclaws/fault/fmsg" "github.com/google/renameio/v2" + + "alin.ovh/homestead/shared/config" + "alin.ovh/homestead/shared/events" ) type Fetcher struct {