Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- styling
  • Loading branch information
eben-roux committed Apr 4, 2016
1 parent a63d0a2 commit 7ba4ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules-active-time-range.md
Expand Up @@ -17,6 +17,6 @@ The default value of `*` indicates the whole day and your pipelines will never b

~~~c#
var bus = ServiceBus
.Create (c => c.AddModule(new ActiveTimeRangeModule()))
.Create(c => c.AddModule(new ActiveTimeRangeModule()))
.Start();
~~~

0 comments on commit 7ba4ee2

Please sign in to comment.