Skip to content

Commit b056ff7

Browse files
generatedunixname1587093422349604meta-codesync[bot]
authored andcommitted
Fix CQS signal modernize-raw-string-literal in fbcode/cinderx/Jit
Reviewed By: DinoV Differential Revision: D91869780 fbshipit-source-id: 82a9a4a01f993533dd589d53c4f5faca6fdfb30e
1 parent cdc189c commit b056ff7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cinderx/Jit/hir/hir_stats.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void HIRStats::Stats::dump(std::string_view function_name) const {
6262
};
6363

6464
std::string result = fmt::format(
65-
"{{\"function\": \"{}\", \"instructions\": {{",
65+
R"({{"function": "{}", "instructions": {{)",
6666
escapeJsonString(function_name));
6767
bool first = true;
6868
for (const auto& [name, count] : instrs) {

0 commit comments

Comments
 (0)