Skip to content

Commit d30d16c

Browse files
committed
bin: trim trailing whitespace
1 parent 13dff96 commit d30d16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/common.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ validate_config() {
368368

369369
schema_validation_result="$(mktemp --suffix='.txt')"
370370
append_trap "rm ${schema_validation_result}" EXIT
371-
371+
372372
if ! yajsv -s "${schema_file}" "${merged_config}" > "${schema_validation_result}"; then
373373
log_warning "Failed schema validation:"
374374
sed -r 's/^.*_(..-config\.yaml): fail: (.*)/\1: \2/; / failed validation$/q' < "${schema_validation_result}"

0 commit comments

Comments
 (0)