Skip to content

Commit ecf1c5e

Browse files
committed
Make the linter happy
1 parent 4a9f28a commit ecf1c5e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

x-pack/plugins/spaces/public/management/spaces_management_app.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ export const spacesManagementApp = Object.freeze({
4040
import('./edit_space'),
4141
]);
4242

43-
const [
44-
{ notifications, i18n: i18nStart, application },
45-
{ features },
46-
] = startServices;
43+
const [{ notifications, i18n: i18nStart, application }, { features }] = startServices;
4744
const spacesBreadcrumbs = [
4845
{
4946
text: i18n.translate('xpack.spaces.management.breadcrumb', {

0 commit comments

Comments
 (0)