Skip to content

Commit

Permalink
Linebreak continuation typo (#44)
Browse files Browse the repository at this point in the history
Changed "/" to "\"
  • Loading branch information
lucashaley authored Jun 19, 2024
1 parent 8de8296 commit 84919f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zif/services/action_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def reset_actionables
# @param [Zif::Actions::Actionable] actionable
def register_actionable(actionable)
unless actionable.is_a?(Zif::Actions::Actionable)
raise ArgumentError, 'Zif::Services::ActionService#register_actionable:' /
raise ArgumentError, 'Zif::Services::ActionService#register_actionable:' \
" #{actionable} is not a Zif::Actions::Actionable"
end

Expand Down

0 comments on commit 84919f4

Please sign in to comment.