Skip to content

Commit

Permalink
Run the formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
boreq committed Jun 21, 2023
1 parent 7e2fb08 commit 90430f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions service/domain/event_id.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package domain
import (
"crypto/sha256"
"encoding/hex"

"github.com/boreq/errors"
)

Expand Down
1 change: 1 addition & 0 deletions service/domain/event_signature.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package domain

import (
"encoding/hex"

"github.com/boreq/errors"
)

Expand Down
2 changes: 1 addition & 1 deletion service/domain/public_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package domain

import (
"encoding/hex"
"github.com/decred/dcrd/dcrec/secp256k1/v4"

"github.com/boreq/errors"
"github.com/decred/dcrd/dcrec/secp256k1/v4"
)

type PublicKey struct {
Expand Down

0 comments on commit 90430f7

Please sign in to comment.