Skip to content

Commit 489e141

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c592377 commit 489e141

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/linux-eic-shell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
# Collect all config names from all YAMLs, one per line
3737
CONFIGS="$(
3838
for config in configurations/*.yml; do
39-
./bin/make_detector_configuration -d templates -t epic.xml.jinja2 -c "$config" -o "epic_$(basename "$config" .yml).xml" -p
39+
./bin/make_detector_configuration -d templates -t epic.xml.jinja2 -c "$config" -o "epic_$(basename "$config" .yml).xml" -p
4040
done | sort -u
4141
)"
42-
42+
4343
# CSV
4444
CONFIGS_CSV="$(echo "$CONFIGS" | paste -sd, -)"
4545
# JSON

bin/make_detector_configuration

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if 'features' in config and ('far_forward' in config['features'] or 'far_backwar
6363
# Create a new config dictionary with the current ebeam and pbeam values
6464
new_config = config.copy()
6565
new_config.update(values)
66-
66+
6767
if not args.print:
6868
with open(new_output, 'w') as output:
6969
output.write(template.render(**new_config))

0 commit comments

Comments
 (0)