Skip to content

Commit b5e2a6d

Browse files
Piyush ShardaPiyush Sharda
Piyush Sharda
authored and
Piyush Sharda
committed
remove spaces around index
1 parent a436882 commit b5e2a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/burn_cell_metal_chem.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
ref_file="${ref_map[$Z]}"
7272
7373
error_found=false
74-
index = 0
74+
index=0
7575
for line_number in $line_numbers; do
7676
value1=$(awk 'NR=='"$line_number"' {match($0, /[+-]?[0-9]+([.][0-9]+)?[eE]?[+-]?[0-9]+/); if (RSTART) print substr($0, RSTART, RLENGTH); else print 0}' $output_file)
7777

0 commit comments

Comments
 (0)