Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 21, 2024
1 parent 1a8cf72 commit fe90dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion report/report_analysis/make_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -e

# Variable settings
use_python=true # to avoid reading trace data every step
use_python=true # to avoid reading trace data every step
script_path=$(dirname "$0")/..
trace_data_name=$(basename "${trace_data}")
report_dir_name=output/report_"${trace_data_name}"
Expand Down
2 changes: 1 addition & 1 deletion report/report_validation/make_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -e

# Variable settings
use_python=true # to avoid reading trace data every step
use_python=true # to avoid reading trace data every step
script_path=$(dirname "$0")/..
trace_data_name=$(basename "${trace_data}")
report_dir_name=output/val_"${trace_data_name}"
Expand Down

0 comments on commit fe90dce

Please sign in to comment.