From efa5858859440bcb4d85d4dc67f5b2d5be9456f1 Mon Sep 17 00:00:00 2001 From: FyloZ Date: Mon, 21 Aug 2023 19:48:46 -0400 Subject: [PATCH] Base config manager UI --- .fleet/run.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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