Apply suggestions from code review

Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
Tom Hvitved
2021-10-12 14:28:32 +02:00
committed by GitHub
parent 68ea3e7b49
commit 296e268339
2 changed files with 1 additions and 2 deletions

View File

@@ -958,7 +958,6 @@ module Private {
query predicate edges(NodeOrCall a, NodeOrCall b, string key, string value) {
key = "semmle.label" and
edgesComponent(a, b, _) and
value = strictconcat(string s | edgesComponent(a, b, s) | s, " / ")
}
}