Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamna committed Apr 24, 2024
1 parent 90d361c commit 0a755af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
drepo ?= natsio
drepo ?= sinamna

.PHONY: dockerx test
dockerx:
Expand Down
4 changes: 2 additions & 2 deletions surveyor/jetstream_configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ package surveyor
import (
"context"
"fmt"
"github.com/nats-io/nats.go"
_ "github.com/nats-io/nats.go"
"strconv"
"sync"
"time"

"github.com/nats-io/nats.go"

"github.com/prometheus/client_golang/prometheus"
"github.com/sirupsen/logrus"
)
Expand Down

0 comments on commit 0a755af

Please sign in to comment.