update indentation (4 spaces -> 2 spaces)

This commit is contained in:
Simon Vieille 2022-10-16 18:33:50 +02:00
parent 585aec5ee2
commit 9cdb008a72
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -82,7 +82,7 @@ export default {
Array.from(window.topMenuApps).forEach((id) => {
if (ncApps.hasOwnProperty(id)) {
that.apps[id] = ncApps[id]
that.apps[id] = ncApps[id]
}
})