Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Sep 20, 2024
1 parent e370186 commit e277c14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/clients/vault.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def enable_engine(mount, type)
rescue ::Vault::HTTPError => e
Rails.logger.error "Error enabling #{type} engine: #{e}"
end

Check failure on line 42 in app/lib/clients/vault.rb

View workflow job for this annotation

GitHub Actions / build_test

Layout/TrailingWhitespace: Trailing whitespace detected.

def kv_mount
Rails.configuration.astral[:vault_kv_mount]
Expand Down

0 comments on commit e277c14

Please sign in to comment.