Remove invalid ascii characters

Not sure how they got there but characters in columns 18 and 19 on
line 43 are not ascii. Remove them

Change-Id: Ibbf27c89b3ba6f110b47d042ea24cc1443ad055d
This commit is contained in:
Craig Bryant 2016-01-11 20:13:28 -07:00
parent 9c33a33e08
commit fbf46dca69

View File

@ -40,7 +40,7 @@ keep in mind when dealing with batched data.
called. This is a good time to process whatever has been batched.
2. If the traffic across the kafka topic is low enough it will take a long
time to build a batch of data. A commit_callback is available that will
fire when the commit_timeout duration has elapsed since the last commit.
fire when the commit_timeout duration has elapsed since the last commit.
"""