Skip to content

Commit

Permalink
Update lib/faker/bot/commands/list.rb
Browse files Browse the repository at this point in the history
Co-Authored-By: Kabiru Mwenja <[email protected]>
  • Loading branch information
bpleslie and akabiru authored Jul 31, 2019
1 parent d4dbcf8 commit a721311
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/faker/bot/commands/list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def render(result, output)
end

def not_found(output)
output.puts "\nSorry, that class doesn't exist 😢", "\n", "Try something like `Faker::Beer` or `Beer`.", "\n"
output.puts "\nSorry, that class doesn't exist 😢", "\n",
'Try something like `Faker::Beer` or `Beer`.', "\n"
end
end
end
Expand Down

0 comments on commit a721311

Please sign in to comment.