Skip to content

Commit

Permalink
fix: go lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Pradeep <pradeepbbl@gmail.com>
  • Loading branch information
pradeepbbl committed Oct 28, 2024
1 parent fb60a58 commit 3aef890
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions core/pkg/sync/builder/syncbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ const (
)

var (
regCrd *regexp.Regexp
regURL *regexp.Regexp
regGRPC *regexp.Regexp
regGRPCSecure *regexp.Regexp
regCrd *regexp.Regexp
regURL *regexp.Regexp
regGRPC *regexp.Regexp
regGRPCSecure *regexp.Regexp
regGRPCCustomResolver *regexp.Regexp
regFile *regexp.Regexp
regGcs *regexp.Regexp
regAzblob *regexp.Regexp
regFile *regexp.Regexp
regGcs *regexp.Regexp
regAzblob *regexp.Regexp
)

func init() {
Expand Down

0 comments on commit 3aef890

Please sign in to comment.