Auto formatting

This commit is contained in:
Vincent Vandemeulebrouck
2021-01-09 19:33:19 +01:00
parent c9cc1de16e
commit e7b9070cf1
6 changed files with 740 additions and 762 deletions

View File

@ -69,7 +69,7 @@ export class RdDCommands {
return;
}
const term = path[0];
fullPath = fullPath+term+' '
fullPath = fullPath + term + ' '
if (path.length == 1) {
command.descr = `<strong>${fullPath}</strong>: ${command.descr}`;
targetTable[term] = command;