Skip to content

Commit

Permalink
Run goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
S7evinK committed Dec 21, 2024
1 parent 756fb14 commit 7a74c73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions fclient/crosssigning.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ package fclient
import (
"bytes"
"encoding/json"

"github.com/matrix-org/gomatrixserverlib"
"github.com/matrix-org/gomatrixserverlib/spec"
"github.com/tidwall/gjson"
Expand Down
3 changes: 2 additions & 1 deletion fclient/crosssigning_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package fclient

import (
"testing"

"github.com/matrix-org/gomatrixserverlib"
"github.com/matrix-org/gomatrixserverlib/spec"
"testing"
)

func TestCrossSigningKeyEqual(t *testing.T) {
Expand Down

0 comments on commit 7a74c73

Please sign in to comment.