Skip to content

Commit 3017003

Browse files
committed
lint
Signed-off-by: joshvanl <[email protected]>
1 parent ae5b87a commit 3017003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/postgres/postgres.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func NewPostgresConfigurationStore(logger logger.Logger) configuration.Store {
9191
// NewPostgresConfigurationStoreWithOptions creates a new instance of PostgreSQL store with options.
9292
func NewPostgresConfigurationStoreWithOptions(logger logger.Logger, opts Options) configuration.Store {
9393
return &ConfigurationStore{
94-
logger: logger,
94+
logger: logger,
9595
enableAzureAD: !opts.NoAzureAD,
9696
enableAWSIAM: !opts.NoAWSIAM,
9797
}

0 commit comments

Comments
 (0)