mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
JS: fixup missing space
This commit is contained in:
@@ -43,7 +43,7 @@ class StepSummary extends TStepSummary {
|
||||
or
|
||||
exists(string prop | this = StoreStep(prop) | result = "store " + prop)
|
||||
or
|
||||
exists(string prop | this = LoadStep(prop) | result = "load" + prop)
|
||||
exists(string prop | this = LoadStep(prop) | result = "load " + prop)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user