SIGN IN SIGN UP

fix(experiment): replace escaped newlines with actual newlines in format output (#1547)

The ExperimentResult.format() method and related logging calls used
escaped newlines (\\n โ†’ literal \n in output) instead of actual
newline characters, causing the formatted output to display \n
literally rather than producing line breaks.
B
Br1an committed
3e0fa96bc1e00334dadbed637f77f2e8384238ea
Parent: c45f6ff
Committed by GitHub <noreply@github.com> on 3/2/2026, 9:44:09 AM