Skip to content

Commit 81f7318

Browse files
RogersRogers
Rogers
authored and
Rogers
committed
rebase
1 parent fc7b006 commit 81f7318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/zendesk_apps_support/validations/requirements.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def call(package)
1111
unless package.has_requirements?
1212
return [ValidationError.new(:missing_requirements)] if package.manifest.requirements_only?
1313

14-
return []
14+
return []
1515
end
1616

1717
return [ValidationError.new(:requirements_not_supported)] unless supports_requirements(package)

0 commit comments

Comments
 (0)