Skip to content

Commit 5e0ca82

Browse files
authored
Remove superfluous space (#97180)
1 parent aa4df1f commit 5e0ca82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/debug/createdump/crashreportwriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ CrashReportWriter::WriteValue(const char* key, const char* value)
359359
WriteSeparator(text);
360360
text.append("\"");
361361
text.append(key);
362-
text.append("\" : \"");
362+
text.append("\": \"");
363363
text.append(value);
364364
text.append("\"");
365365
m_comma = true;

0 commit comments

Comments
 (0)