Skip to content

Commit

Permalink
corrects rusty.json indent
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Oct 5, 2020
1 parent 3c6e28a commit c7a96a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rusty.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
{
"gres": "gpu:{resources.gpu}",
"partition": "{params.rusty_partition}",
"mem": "",
"mem": "",
"constraint": "{params.rusty_constraint}",
"time": "{params.time}"
},
"continue_metamers":
{
"gres": "gpu:{resources.gpu}",
"partition": "{params.rusty_partition}",
"mem": "",
"mem": "",
"constraint": "{params.rusty_constraint}",
"time": "{params.time}"
},
Expand Down

0 comments on commit c7a96a8

Please sign in to comment.