Commit b5442e8a authored by Ragnar-H's avatar Ragnar-H

Make changes Prettier

parent 7b46617d
......@@ -15,4 +15,4 @@ query vulnerability($id: VulnerabilityID!) {
id
}
}
}
\ No newline at end of file
}
......@@ -34,7 +34,6 @@ export const normalizeGraphQLVulnerability = (vulnerability) => {
return null;
}
const newVulnerability = { ...vulnerability };
if (vulnerability.id) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment