test: reformat json data to appease linter
This commit just ran:
```
find -iname "*.json" -print -exec sh -c 'jq --indent 2 . {} | sponge {}' \;
```
to ensure that the new test json data from librepo is in the format
the linter expects.
This commit is contained in:
parent
e4ae9ec018
commit
a36fca4b34
10 changed files with 110 additions and 110 deletions
Loading…
Add table
Add a link
Reference in a new issue