Browse Source

LibWeb: Make the linter happy in Properties.json

There was a space missing and the linter complained.
Tobias Christiansen 2 năm trước cách đây
mục cha
commit
aabdb6a801
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
     ]
   },