JS: fixup missing space

This commit is contained in:
Esben Sparre Andreasen
2019-04-03 13:16:54 +02:00
parent 89596052cf
commit 9d1f511ca0

View File

@@ -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)
}
}