From 1beb5c34aabc57fe602ed52725b9ea8a59251b61 Mon Sep 17 00:00:00 2001 From: Benjamin Cane Date: Sat, 6 Jul 2024 18:54:33 -0700 Subject: [PATCH] Fixing formatting --- drivers/nats/common_test.go | 2 +- drivers/nats/nats.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/nats/common_test.go b/drivers/nats/common_test.go index 9addf8d..1a96442 100644 --- a/drivers/nats/common_test.go +++ b/drivers/nats/common_test.go @@ -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) { diff --git a/drivers/nats/nats.go b/drivers/nats/nats.go index 4f23d67..e60c0b8 100644 --- a/drivers/nats/nats.go +++ b/drivers/nats/nats.go @@ -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.