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
|
@ -18,8 +18,8 @@ import (
|
|||
"os"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/sirupsen/logrus"
|
||||
"github.com/matrix-org/dugong"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
type utcFormatter struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue