diff options
Diffstat (limited to 'testing/format.ts')
-rw-r--r-- | testing/format.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/format.ts b/testing/format.ts index 06c1b6818..953347c27 100644 --- a/testing/format.ts +++ b/testing/format.ts @@ -271,7 +271,7 @@ function printIteratorEntries( // Too bad, so sad that separator for ECMAScript Map has been ' => ' // What a distracting diff if you change a data structure to/from // ECMAScript Object or Immutable.Map/OrderedMap which use the default. - separator: string = ": " + separator = ": " ): string { let result = ""; let current = iterator.next(); |