1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:57:35 +00:00

LibWeb: Make the linter happy in Properties.json

There was a space missing and the linter complained.
This commit is contained in:
Tobias Christiansen 2023-08-01 20:11:03 +02:00 committed by Sam Atkins
parent 8709369d43
commit aabdb6a801

View file

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