Skip to content

Commit

Permalink
style: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
failfmi committed Jun 11, 2024
1 parent d012a6a commit 6592dbd
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 3 deletions.
1 change: 1 addition & 0 deletions frame/balances/call_force_adjust_total_issuance.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package balances

import (
"bytes"

sc "github.com/LimeChain/goscale"
"github.com/LimeChain/gosemble/constants"
"github.com/LimeChain/gosemble/frame/balances/types"
Expand Down
1 change: 1 addition & 0 deletions frame/balances/call_force_set_balance.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package balances

import (
"bytes"

sc "github.com/LimeChain/goscale"
"github.com/LimeChain/gosemble/constants"
primitives "github.com/LimeChain/gosemble/primitives/types"
Expand Down
1 change: 1 addition & 0 deletions frame/balances/call_force_transfer.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package balances

import (
"bytes"

sc "github.com/LimeChain/goscale"
"github.com/LimeChain/gosemble/frame/balances/types"
primitives "github.com/LimeChain/gosemble/primitives/types"
Expand Down
1 change: 1 addition & 0 deletions frame/balances/call_force_unreserve.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package balances

import (
"bytes"

sc "github.com/LimeChain/goscale"
primitives "github.com/LimeChain/gosemble/primitives/types"
)
Expand Down
1 change: 1 addition & 0 deletions frame/balances/call_transfer_all.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package balances

import (
"bytes"

sc "github.com/LimeChain/goscale"
"github.com/LimeChain/gosemble/frame/balances/types"
primitives "github.com/LimeChain/gosemble/primitives/types"
Expand Down
1 change: 1 addition & 0 deletions frame/balances/call_transfer_allow_death.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package balances

import (
"bytes"

sc "github.com/LimeChain/goscale"
"github.com/LimeChain/gosemble/frame/balances/types"
primitives "github.com/LimeChain/gosemble/primitives/types"
Expand Down
1 change: 1 addition & 0 deletions frame/balances/call_transfer_keep_alive.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package balances

import (
"bytes"

sc "github.com/LimeChain/goscale"
"github.com/LimeChain/gosemble/frame/balances/types"
primitives "github.com/LimeChain/gosemble/primitives/types"
Expand Down
1 change: 1 addition & 0 deletions frame/balances/call_upgrade_accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package balances

import (
"bytes"

sc "github.com/LimeChain/goscale"
primitives "github.com/LimeChain/gosemble/primitives/types"
)
Expand Down
1 change: 1 addition & 0 deletions frame/balances/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package balances
import (
"bytes"
"errors"

sc "github.com/LimeChain/goscale"
"github.com/LimeChain/gosemble/frame/balances/types"
primitives "github.com/LimeChain/gosemble/primitives/types"
Expand Down
3 changes: 2 additions & 1 deletion frame/balances/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package balances

import (
"encoding/hex"
"reflect"

sc "github.com/LimeChain/goscale"
"github.com/LimeChain/gosemble/constants"
"github.com/LimeChain/gosemble/frame/balances/types"
"github.com/LimeChain/gosemble/hooks"
"github.com/LimeChain/gosemble/primitives/log"
primitives "github.com/LimeChain/gosemble/primitives/types"
"reflect"
)

const (
Expand Down
1 change: 1 addition & 0 deletions frame/balances/types/adjust_direction.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package types
import (
"bytes"
"errors"

sc "github.com/LimeChain/goscale"
)

Expand Down
3 changes: 2 additions & 1 deletion primitives/types/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package types

import (
"bytes"
sc "github.com/LimeChain/goscale"
"math/big"

sc "github.com/LimeChain/goscale"
)

var (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package main

import (
"bytes"
"github.com/LimeChain/gosemble/primitives/types"
"math/big"
"testing"

"github.com/LimeChain/gosemble/primitives/types"

gossamertypes "github.com/ChainSafe/gossamer/dot/types"
"github.com/ChainSafe/gossamer/lib/common"
"github.com/ChainSafe/gossamer/pkg/scale"
Expand Down

0 comments on commit 6592dbd

Please sign in to comment.