I guess prettier says this, now.

This commit is contained in:
2024-08-28 20:24:26 -04:00
parent 2a5f71bd5d
commit 4af5e8ec42
2 changed files with 7 additions and 7 deletions

View File

@ -77,7 +77,8 @@ const k_global_settings = {
peer_exchange: {
type: 'boolean',
default_value: false,
description: 'Enable discovery of, sharing of, and connecting to internet peer strangers, including announcing this instance.',
description:
'Enable discovery of, sharing of, and connecting to internet peer strangers, including announcing this instance.',
},
account_registration: {
type: 'boolean',
@ -1350,8 +1351,4 @@ function storePermission(user, packageOwner, packageName, permission, allow) {
}
}
export {
gGlobalSettings as globalSettings,
invoke,
getSessionProcessBlob,
};
export {gGlobalSettings as globalSettings, invoke, getSessionProcessBlob};