Skip to content

Commit

Permalink
fix gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
anvari1313 committed Sep 10, 2024
1 parent 0261c3e commit d5de92a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/authenticator/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ func (b Builder) manualAuthenticator(vendor config.Vendor) (*ManualAuthenticator
}

func (b Builder) autoAuthenticator(vendorCfg config.Vendor, blackListUserLoggingCfg config.BlackListUserLogging) (
*AutoAuthenticator, error) {
*AutoAuthenticator, error,
) {
allowedAccessTypes, err := b.GetAllowedAccessTypes(vendorCfg.AllowedAccessTypes)

Check warning on line 129 in internal/authenticator/builder.go

View check run for this annotation

Codecov / codecov/patch

internal/authenticator/builder.go#L128-L129

Added lines #L128 - L129 were not covered by tests
if err != nil {
return nil, fmt.Errorf("cannot parse allowed access types %w", err)
Expand Down

0 comments on commit d5de92a

Please sign in to comment.