Skip to content

Commit

Permalink
fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
naomiGrew committed Jul 12, 2023
1 parent 9c3072d commit d3bf3fb
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 d3bf3fb

Please sign in to comment.