author | Fabian Huch <huch@in.tum.de> |
Fri, 14 Jul 2023 09:32:44 +0200 | |
changeset 78332 | 3b4bbc5b7c46 |
parent 78331 | cefe819c5980 |
child 78333 | c515bc9375b9 |
child 78334 | 530f8dc04d83 |
child 78339 | f8a553a21423 |
--- a/src/Pure/General/toml.scala Thu Jul 13 14:02:36 2023 +0200 +++ b/src/Pure/General/toml.scala Fri Jul 14 09:32:44 2023 +0200 @@ -408,7 +408,7 @@ (seen.inlines + rest, seen.tables ++ implicitly_seen) case _: Parsers.Table => if (seen.tables.contains(rest)) - error("Attempting to define a table twice at" + Format.keys(ks)) + error("Attempting to define a table twice at " + Format.keys(ks)) (seen.inlines, seen.tables + rest) case _: Parsers.Array_Of_Tables => (Set.empty, Set.empty) }