Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
naomiGrew authored Jul 12, 2023
1 parent f8e164b commit 7752832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebench/persistence.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def _parse_data_line(
if run_id.warmup_iterations else False))
data_point = DataPoint(run_id)
return data_point, previous_run_id

_SEP = "\t" # separator between serialized parts of a measurement

def _open_file_and_append_execution_comment(self):
Expand Down

0 comments on commit 7752832

Please sign in to comment.