瀏覽代碼

LibWeb: Make the linter happy in Properties.json

There was a space missing and the linter complained.
Tobias Christiansen 2 年之前
父節點
當前提交
aabdb6a801
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"
     ]
   },