chore: Follow up linebreak formatting

pull/1595/head
Krille 3 weeks ago
parent f8b5ce5201
commit e7e3b7881e
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -130,6 +130,7 @@ abstract class ClientManager {
shareKeysWith: ShareKeysWith.values shareKeysWith: ShareKeysWith.values
.singleWhereOrNull((share) => share.name == shareKeysWith) ?? .singleWhereOrNull((share) => share.name == shareKeysWith) ??
ShareKeysWith.all, ShareKeysWith.all,
convertLinebreaksInFormatting: false,
); );
} }

Loading…
Cancel
Save