فهرست منبع

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"
     ]
   },