Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Apr 24, 2021
1 parent 51f7ade commit a6219fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fakestorage/bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"net/http"
"regexp"

"github.com/gorilla/mux"
"github.com/fsouza/fake-gcs-server/internal/backend"
"github.com/gorilla/mux"
)

var bucketRegexp = regexp.MustCompile(`^[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9]$`)
Expand Down

0 comments on commit a6219fe

Please sign in to comment.