Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Rubocop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
t6d committed Sep 15, 2021
1 parent bfe34ce commit 472bd42
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 216 deletions.
6 changes: 3 additions & 3 deletions ext/shopify-extensions/shopify_extensions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ def self.incorrect_version
end

def self.version_not_found(version)
new format("Version %{version} of shopify-extensions does not exist", version: version)
new(format("Version %{version} of shopify-extensions does not exist", version: version))
end

def self.asset_not_found(platform:, version:)
new format(
new(format(
"Unable to download shopify-extensions %{version} for %{os} (%{cpu})",
version: version,
os: platform.os,
cpu: platform.cpu
)
))
end
end

Expand Down

0 comments on commit 472bd42

Please sign in to comment.