Remove double-space in defaults.json (#11518)

There was a double-space after a colon in `defaults.json` and `defaults-universal.json`.
This commit is contained in:
NotWearingPants 2021-10-19 00:25:13 +03:00 committed by GitHub
parent fd93c54ae3
commit 0d5af3fedc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
// Miscellaneous
"confirmCloseAllTabs": true,
"startOnUserLogin": false,
"startOnUserLogin": false,
"theme": "system",
"snapToGridOnResize": true,

View File

@ -24,7 +24,7 @@
// Miscellaneous
"confirmCloseAllTabs": true,
"startOnUserLogin": false,
"startOnUserLogin": false,
"theme": "system",
"snapToGridOnResize": true,
"disableAnimations": false,