Skip to content

Commit

Permalink
style: little coup de polish
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Sep 9, 2024
1 parent 65d8de2 commit d828fc3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions dataverse/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package dataverse
import (
"context"
"fmt"

lsschema "github.com/axone-protocol/axone-contract-schema/go/law-stone-schema/v5"

cgschema "github.com/axone-protocol/axone-contract-schema/go/cognitarium-schema/v5"
Expand Down
3 changes: 2 additions & 1 deletion dataverse/governance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package dataverse_test
import (
"context"
"fmt"
lsschema "github.com/axone-protocol/axone-contract-schema/go/law-stone-schema/v5"
"testing"

lsschema "github.com/axone-protocol/axone-contract-schema/go/law-stone-schema/v5"

cgschema "github.com/axone-protocol/axone-contract-schema/go/cognitarium-schema/v5"
"github.com/axone-protocol/axone-sdk/dataverse"
"github.com/axone-protocol/axone-sdk/testutil"
Expand Down
3 changes: 2 additions & 1 deletion provider/storage/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ import (
"bytes"
"context"
"errors"
"io"

"github.com/axone-protocol/axone-sdk/auth"
"github.com/axone-protocol/axone-sdk/credential"
"github.com/axone-protocol/axone-sdk/credential/template"
"github.com/axone-protocol/axone-sdk/dataverse"
"github.com/axone-protocol/axone-sdk/keys"
"github.com/piprate/json-gold/ld"
"io"
)

const (
Expand Down

0 comments on commit d828fc3

Please sign in to comment.