From 16b7456fefc47aa5c1769398b2ad63c15acac96d Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 13 Sep 2021 07:42:28 -0400 Subject: [PATCH] Fix indentation --- piker/ui/order_mode.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/piker/ui/order_mode.py b/piker/ui/order_mode.py index 1a588360..41aacef2 100644 --- a/piker/ui/order_mode.py +++ b/piker/ui/order_mode.py @@ -769,8 +769,9 @@ async def process_trades_and_update_ui( # update order pane widgets mode.pane.update_status_ui(tracker) + # display pnl + mode.pane.display_pnl(tracker) - mode.pane.display_pnl(tracker) # short circuit to next msg to avoid # unnecessary msg content lookups continue