It matches a spacing convention that’s seen in Base. In that sense, it makes everything look more like the code that generated it, if using that spacing convention.
I think spaces after commas are better, and would prefer Julia to use them consistently for output. However, perhaps they shouldn’t be required when Julia code is being parsed.
I’ve often wondered whether commas without spaces cause confusion for people in European countries, who use commas instead of decimal point separators. So for me “3,4” is 2 numbers, but only one for them.