Javascript: Autoformat qls

This commit is contained in:
Anders Schack-Mulligen
2019-02-12 14:29:19 +01:00
parent 25469637db
commit 1182fca665
19 changed files with 39 additions and 45 deletions

View File

@@ -137,9 +137,7 @@ string pathToModule(Module source, Module destination, int steps) {
isImportedAtRuntime(source, mod) and
numberOfStepsToModule(mod, destination, steps - 1)
|
mod
order by
mod.getName()
mod order by mod.getName()
) and
result = repr(getARuntimeImport(source, next)) + " => " +
pathToModule(next, destination, steps - 1)