Skip to content

Commit 23d9508

Browse files
committed
polish
1 parent 5520986 commit 23d9508

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/opa/opa.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ type DockerOpaHandler struct {
3232
const authAllowPath string = "data.docker.authz.allow"
3333
const buildAllowPath string = "data.docker.build.allow"
3434

35-
3635
// ValidateRequest validates a standard docker request (not build)
3736
// verifies against the ProxyPolicyFile using the path data.docker.authz.allow
3837
func (p DockerOpaHandler) ValidateRequest(r *http.Request) (bool, error) {

0 commit comments

Comments
 (0)