move NOSONAR comment to same line

This commit is contained in:
Sebastian Sdorra
2018-08-30 11:56:33 +02:00
parent 2a52b38159
commit 6e69a1ebfe

View File

@@ -74,8 +74,7 @@ class PluginLoader extends React.Component<Props, State> {
}) })
.then(script => { .then(script => {
// TODO is this safe??? // TODO is this safe???
// NOSONAR eval(script); // NOSONAR
eval(script);
}); });
}; };