Skip to content
Snippets Groups Projects
Commit e999eb66 authored by Johanna Szepanski's avatar Johanna Szepanski
Browse files

whitespace issue fixed by command npm run format

parent d9753993
No related branches found
No related tags found
2 merge requests!497CE-2790: Prepare for 4.0.0,!418Upgrade React-scripts and Storybook
......@@ -101,8 +101,8 @@ export function IOCDeployDialog({
hostCSEntryId: host
? Number(host.csEntryHost.id)
: init.csEntryHost
? init.csEntryHost.id
: undefined
? init.csEntryHost.id
: undefined
}
}
);
......
......@@ -65,7 +65,7 @@ BeforeAsync.parameters = {
rest.get("*/iocs/*", (req, res, ctx) => res(ctx.delay("infinite"))),
rest.get("*/monitoring/status/*", (req, res, ctx) =>
res(ctx.delay("infinite"))
),
)
]
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment