Skip to content

Commit

Permalink
Code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieroberto committed Sep 11, 2023
1 parent 290893c commit cda2dc2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions guide/lib/examples/title_with_error_prefix_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

module Examples
module TitleWithErrorPrefixHelpers

def title_containing_error
<<~TITLE_WITH_ERROR_PREFIX
= title_with_error_prefix("Personal details", error: true)
Expand All @@ -20,6 +19,5 @@ def title_containing_error_and_custom_error_prefix
= title_with_error_prefix("Manylion personol", error: true, error_prefix: "Gwall: ")
TITLE_WITH_ERROR_PREFIX
end

end
end

0 comments on commit cda2dc2

Please sign in to comment.