Skip to content

Commit

Permalink
(fix) Fix pre-commit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aarmoa committed Aug 6, 2024
1 parent 5d51307 commit 0b4fbfd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package main

import (
"cosmossdk.io/math"
"encoding/json"
"fmt"
"os"

"cosmossdk.io/math"

"github.com/InjectiveLabs/sdk-go/client"

"github.com/InjectiveLabs/sdk-go/client/common"
Expand Down
5 changes: 3 additions & 2 deletions examples/chain/exchange/24_MsgUpdateSpotMarket/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ package main

import (
"context"
"cosmossdk.io/math"
"encoding/json"
"fmt"
exchangeclient "github.com/InjectiveLabs/sdk-go/client/exchange"
"os"

"cosmossdk.io/math"
exchangeclient "github.com/InjectiveLabs/sdk-go/client/exchange"

"github.com/InjectiveLabs/sdk-go/client"

"github.com/InjectiveLabs/sdk-go/client/common"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package main

import (
"cosmossdk.io/math"
"encoding/json"
"fmt"
"os"

"cosmossdk.io/math"

"github.com/InjectiveLabs/sdk-go/client"

"github.com/InjectiveLabs/sdk-go/client/common"
Expand Down

0 comments on commit 0b4fbfd

Please sign in to comment.