remove unnecessary blank lines

This commit is contained in:
acidtib
2025-02-21 17:52:17 -07:00
parent 8acd35c4b7
commit aa12dc1d12
2 changed files with 11 additions and 11 deletions

View File

@@ -55,7 +55,7 @@ class Kamal::Secrets::Adapters::Passbolt < Kamal::Secrets::Adapters::Base
missing_secrets = secret_names - found_names missing_secrets = secret_names - found_names
raise RuntimeError, "Could not find the following secrets in Passbolt: #{missing_secrets.join(", ")}" if missing_secrets.any? raise RuntimeError, "Could not find the following secrets in Passbolt: #{missing_secrets.join(", ")}" if missing_secrets.any?
items.to_h { |item| [item["name"], item["password"]] } items.to_h { |item| [ item["name"], item["password"] ] }
end end
def secrets_get_folders(secrets) def secrets_get_folders(secrets)