From 02bf18896c56f14fcdd89316b56548181508ecb1 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 21 Jun 2022 03:05:20 +0200 Subject: [PATCH] Remove trailing comma in configuration --- configurations/riscv.configuration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurations/riscv.configuration.json b/configurations/riscv.configuration.json index 496dfe4..dfaa499 100644 --- a/configurations/riscv.configuration.json +++ b/configurations/riscv.configuration.json @@ -1,7 +1,7 @@ { "comments": { // symbol used for single line comment. Remove this entry if your language does not support line comments - "lineComment": "#", + "lineComment": "#" }, // symbols used as brackets "brackets": [