From aabdb6a801ed01d0ec9e5bd6da9babc06a67bc05 Mon Sep 17 00:00:00 2001 From: Tobias Christiansen Date: Tue, 1 Aug 2023 20:11:03 +0200 Subject: [PATCH] LibWeb: Make the linter happy in Properties.json There was a space missing and the linter complained. --- Userland/Libraries/LibWeb/CSS/Properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Libraries/LibWeb/CSS/Properties.json b/Userland/Libraries/LibWeb/CSS/Properties.json index 18c5105553..fb047d0958 100644 --- a/Userland/Libraries/LibWeb/CSS/Properties.json +++ b/Userland/Libraries/LibWeb/CSS/Properties.json @@ -140,7 +140,7 @@ "valid-types": [ "ratio" ], - "valid-identifiers":[ + "valid-identifiers": [ "auto" ] },