diff --git a/storage/ent/postgres.go b/storage/ent/postgres.go index ac091e702c..5a33339fc0 100644 --- a/storage/ent/postgres.go +++ b/storage/ent/postgres.go @@ -20,7 +20,6 @@ import ( "github.com/dexidp/dex/storage/ent/db" ) -//nolint const ( // postgres SSL modes pgSSLDisable = "disable"