mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-13 21:02:25 +03:00
Fix linting
This commit is contained in:
parent
3ca9dae95a
commit
11b48749bf
51 changed files with 68 additions and 65 deletions
|
@ -12,11 +12,11 @@ import (
|
|||
"database/sql"
|
||||
"errors"
|
||||
|
||||
"github.com/lib/pq"
|
||||
"github.com/element-hq/dendrite/internal"
|
||||
"github.com/element-hq/dendrite/internal/sqlutil"
|
||||
"github.com/element-hq/dendrite/roomserver/storage/tables"
|
||||
"github.com/element-hq/dendrite/roomserver/types"
|
||||
"github.com/lib/pq"
|
||||
"github.com/matrix-org/gomatrixserverlib/spec"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue