Skip to content

Commit

Permalink
replace tabs in workshop.json with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Sep 12, 2024
1 parent ce6003d commit 7b26afe
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions workshop.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@
}
},
"userenvs": [
{
"name": "default",
"requirements": []
}
{
"name": "default",
"requirements": []
}
],
"requirements": [
{
"name": "perl-modules",
"type": "cpan",
"cpan_info": {
"packages": [
"PMQS/Compress-Raw-Zlib-2.105.tar.gz",
"PMQS/Compress-Raw-Lzma-2.103.tar.gz",
"PMQS/Compress-Raw-Bzip2-2.103.tar.gz",
"PMQS/IO-Compress-2.106.tar.gz",
"PMQS/IO-Compress-Lzma-2.103.tar.gz",
"JSON",
"JSON::XS",
"JSON::Validator"
]
}
}
{
"name": "perl-modules",
"type": "cpan",
"cpan_info": {
"packages": [
"PMQS/Compress-Raw-Zlib-2.105.tar.gz",
"PMQS/Compress-Raw-Lzma-2.103.tar.gz",
"PMQS/Compress-Raw-Bzip2-2.103.tar.gz",
"PMQS/IO-Compress-2.106.tar.gz",
"PMQS/IO-Compress-Lzma-2.103.tar.gz",
"JSON",
"JSON::XS",
"JSON::Validator"
]
}
}
]
}

0 comments on commit 7b26afe

Please sign in to comment.