Normalizes indentation before editing.

This commit is contained in:
Eddie Hebert
2012-10-10 16:11:27 -04:00
parent 98f063464e
commit 29a87ef7a2
+2 -2
View File
@@ -54,8 +54,8 @@ def create_transaction(sid, amount, price, dt):
class VolumeShareSlippage(object):
def __init__(self,
volume_limit=.25,
price_impact=0.1):
volume_limit=.25,
price_impact=0.1):
self.volume_limit = volume_limit
self.price_impact = price_impact