Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tgibson11 committed Jul 25, 2023
1 parent 9e486f3 commit 1adc123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysinit/futures/repocsv_spread_costs.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def process_modified_instruments(

if check_on_modify:
okay_to_modify = true_if_answer_is_yes(
"%s: Okay to replace %f with %f"
"%s: Okay to replace %f with %f"
% (instrument_code, existing_spread, new_spread)
)
if not okay_to_modify:
Expand Down

0 comments on commit 1adc123

Please sign in to comment.