Skip to content

Commit

Permalink
Add space to match line 13 consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jessejanderson committed Nov 1, 2015
1 parent 3c92f69 commit 3cced01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-input-output.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule CowInterrogator do
end

def get_cow_lover do
IO.getn("Do you like cows? [y|n]", 1)
IO.getn("Do you like cows? [y|n] ", 1)
end

def interrogate do
Expand Down

0 comments on commit 3cced01

Please sign in to comment.