-
-
Notifications
You must be signed in to change notification settings - Fork 143
Closed
Milestone
Description
Input:
string.Join(' ', (int[])[000000000000000000000000000000, 000000000000000000000000000000, .. Enumerable.Empty<int>()]);Output:
string.Join(
' ',
(int[])
[
000000000000000000000000000000,
000000000000000000000000000000,
.. Enumerable.Empty<int>(),
]
);Expected behavior:
string.Join(
' ',
(int[])
[
000000000000000000000000000000,
000000000000000000000000000000,
.. Enumerable.Empty<int>(),
]
);Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels