forked from MapComplete/MapComplete
Better trimming of canonical values, no console output if not actually rewriting
This commit is contained in:
parent
80cb9efaf0
commit
e594511e22
2 changed files with 5 additions and 2 deletions
|
@ -152,7 +152,7 @@ export class Denomination {
|
|||
if (stripped === null) {
|
||||
return null;
|
||||
}
|
||||
return stripped + " " + this.canonical.trim()
|
||||
return (stripped + " " + this.canonical.trim()).trim();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue