diff --git a/.fleet/run.json b/.fleet/run.json index 480cae5..10b53cc 100644 --- a/.fleet/run.json +++ b/.fleet/run.json @@ -1,10 +1,11 @@ { - "configurations": [ - { - "type": "cargo", - "cargoArgs": ["run"], - "name": "Cargo configuration", - }, - - ] + "configurations": [ + { + "type": "cargo", + "cargoArgs": [ + "run" + ], + "name": "Cargo configuration" + } + ] } \ No newline at end of file