From 45671c2659f24b5754fd9e0a572ecd353dc2923b Mon Sep 17 00:00:00 2001 From: kannan-nic <168638714+kannan-nic@users.noreply.github.com> Date: Wed, 8 May 2024 15:15:40 +0530 Subject: [PATCH] Update postgres.go Signed-off-by: kannan-nic <168638714+kannan-nic@users.noreply.github.com> --- storage/ent/postgres.go | 1 - 1 file changed, 1 deletion(-) 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"