Skip to content

Commit

Permalink
Run gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed May 7, 2024
1 parent 7c48f0b commit c2932e6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion spec/electra/aggregateandproof.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ import (
"encoding/hex"
"encoding/json"
"fmt"
"github.com/attestantio/go-eth2-client/spec/phase0"
"strconv"
"strings"

"github.com/attestantio/go-eth2-client/spec/phase0"

"github.com/goccy/go-yaml"
"github.com/pkg/errors"
)
Expand Down
1 change: 1 addition & 0 deletions spec/electra/consolidation_json.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ package electra

import (
"encoding/json"

"github.com/attestantio/go-eth2-client/codecs"
"github.com/attestantio/go-eth2-client/spec/phase0"
"github.com/pkg/errors"
Expand Down
1 change: 1 addition & 0 deletions spec/electra/consolidation_yaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ package electra
import (
"bytes"
"encoding/json"

"github.com/attestantio/go-eth2-client/spec/phase0"
"github.com/goccy/go-yaml"
"github.com/pkg/errors"
Expand Down
3 changes: 2 additions & 1 deletion spec/electra/signedaggregateandproof.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ import (
"encoding/hex"
"encoding/json"
"fmt"
"github.com/attestantio/go-eth2-client/spec/phase0"
"strings"

"github.com/attestantio/go-eth2-client/spec/phase0"

"github.com/goccy/go-yaml"
"github.com/pkg/errors"
)
Expand Down
1 change: 1 addition & 0 deletions spec/electra/signedconsolidation_json.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ package electra

import (
"encoding/json"

"github.com/attestantio/go-eth2-client/codecs"
"github.com/attestantio/go-eth2-client/spec/phase0"
"github.com/pkg/errors"
Expand Down

0 comments on commit c2932e6

Please sign in to comment.