Skip to content

Commit

Permalink
Removing tabs in test JSONs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Hinderberger committed Jun 7, 2024
1 parent a51fab2 commit 8fa7163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/parallel/direct/check_collected_responses.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"responses": [
{{ range $idx, $n := N (datastore "n_parallel") }}
{{ if gt $idx 0 }}, {{ end }}
{{ $idx }}
{{ $idx }}
{{ end }}
]
}
Expand Down
2 changes: 1 addition & 1 deletion test/parallel/indirect/check_collected_responses.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"responses": [
{{ range $idx, $n := N (datastore "n_parallel") }}
{{ if gt $idx 0 }}, {{ end }}
{{ $idx }}
{{ $idx }}
{{ end }}
]
}
Expand Down

0 comments on commit 8fa7163

Please sign in to comment.