mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-15 13:42:26 +03:00
Add gofmt linter (#339)
* Check that gofmt has been run * gofmt files * Tabs and spaces
This commit is contained in:
parent
4124ce2ac0
commit
561315e1d6
20 changed files with 25 additions and 23 deletions
|
@ -20,8 +20,8 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/matrix-org/gomatrixserverlib"
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// destinationQueue is a queue of events for a single destination.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue