Skip to content

Commit

Permalink
fix: lint style
Browse files Browse the repository at this point in the history
Fix lint style issue for blank line.
  • Loading branch information
stevenh committed Nov 11, 2024
1 parent 2db4ade commit 158644d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/cockroachdb/cockroachdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ func (c *CockroachDBContainer) ConnectionConfig(ctx context.Context) (*pgx.ConnC
func (c *CockroachDBContainer) TLSConfig() (*tls.Config, error) {
if cfg := c.tlsStrategy.TLSConfig(); cfg != nil {
return cfg, nil

}

return nil, ErrTLSNotEnabled
Expand Down

0 comments on commit 158644d

Please sign in to comment.