From 36a7c5da30ab32385c2cc53a1911047bd122b87c Mon Sep 17 00:00:00 2001 From: scottsanderson Date: Wed, 8 Aug 2012 22:24:43 -0400 Subject: [PATCH] whitespace --- zipline/gens/tradesimulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/gens/tradesimulation.py b/zipline/gens/tradesimulation.py index 6f3323bd..5e56b4f0 100644 --- a/zipline/gens/tradesimulation.py +++ b/zipline/gens/tradesimulation.py @@ -87,7 +87,7 @@ class TradeSimulationClient(object): self.sids ) with_portfolio = perf_tracker.transform(with_filled_orders) - + # Pass the messages from perf along with the trading client's # state into the algorithm for simulation. We provide the # trading client so that the algorithm can place new orders