Skip to content

Commit

Permalink
Fix spacing on doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
rlb3 committed Jun 3, 2016
1 parent 66fbe1d commit 5594c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_twilio/result_stream.ex
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defmodule ExTwilio.ResultStream do
## Example
ExTwilio.ResultStream.new(ExTwilio.Call)
ExTwilio.ResultStream.new(ExTwilio.Call)
"""
def new(module, options \\ []) do
url = UrlGenerator.build_url(module, nil, options)
Expand Down

0 comments on commit 5594c8f

Please sign in to comment.