Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Whitespace cleanup, no content change
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneid committed Nov 3, 2012
1 parent f899614 commit 3da1b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/Getting_to_know_Sinatra.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Helpers are a great way to provide reusable code snippets in your application.
"#{name}bar"
end
end

get '/:name' do
bar(params[:name])
end
Expand Down

0 comments on commit 3da1b7c

Please sign in to comment.