Browse Source

LibWeb: Make the linter happy in Properties.json

There was a space missing and the linter complained.
Tobias Christiansen 2 years ago
parent
commit
aabdb6a801
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Userland/Libraries/LibWeb/CSS/Properties.json

+ 1 - 1
Userland/Libraries/LibWeb/CSS/Properties.json

@@ -140,7 +140,7 @@
     "valid-types": [
       "ratio"
     ],
-    "valid-identifiers":[
+    "valid-identifiers": [
       "auto"
     ]
   },