Skip to content

Commit 4335c59

Browse files
committed
fix new line
1 parent 7714289 commit 4335c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Assets/UniDebugMenu/Example/Scripts/iOSCrashReportListCreator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public CrashData( CrashReport report )
3535
m_summary = report.text.Split( new [] { NL }, StringSplitOptions.None ).FirstOrDefault();
3636
m_text = report.text;
3737
m_listText = $"{m_time}: {m_summary}";
38-
m_detailText = $"{m_time}{NL}{NL}{NL}{m_text}";
38+
m_detailText = $"{m_time}{NL} {NL}{m_text}";
3939
}
4040
}
4141

0 commit comments

Comments
 (0)