Skip to content

Commit

Permalink
Fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Jul 7, 2024
1 parent 9a3e0b1 commit 1beb5c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/nats/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"testing"
"time"

"github.com/tarmac-project/hord"
"github.com/nats-io/nats.go"
"github.com/tarmac-project/hord"
)

func TestInterfaceHappyPath(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion drivers/nats/nats.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ import (
"regexp"
"sync"

"github.com/tarmac-project/hord"
"github.com/nats-io/nats.go"
"github.com/tarmac-project/hord"
)

// Config represents the configuration for the NATS database connection.
Expand Down

0 comments on commit 1beb5c3

Please sign in to comment.