Skip to content

Commit

Permalink
go fmt:ed
Browse files Browse the repository at this point in the history
  • Loading branch information
nitronit committed Dec 18, 2023
1 parent e7db1ea commit 88f0a31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmd/horcrux/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package cmd

import (
"fmt"
"github.com/strangelove-ventures/horcrux/pkg/connector"
"os"

"github.com/strangelove-ventures/horcrux/pkg/connector"

cometlog "github.com/cometbft/cometbft/libs/log"
"github.com/cometbft/cometbft/libs/service"
"github.com/spf13/cobra"
Expand Down
3 changes: 2 additions & 1 deletion signer/single_signer_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ package signer
import (
"context"
"fmt"
"github.com/strangelove-ventures/horcrux/pkg/connector"
"os"
"sync"
"time"

"github.com/strangelove-ventures/horcrux/pkg/connector"

"github.com/strangelove-ventures/horcrux/pkg/types"
)

Expand Down

0 comments on commit 88f0a31

Please sign in to comment.