fix(clang-tidy): modernize-raw-string-literal (#6274)
This commit is contained in:
@@ -438,7 +438,7 @@ void Window::addShortcuts()
|
||||
}
|
||||
else
|
||||
{
|
||||
return "Invalid popup target. Use \"split\" or \"window\".";
|
||||
return R"(Invalid popup target. Use "split" or "window".)";
|
||||
}
|
||||
return "";
|
||||
}},
|
||||
|
||||
Reference in New Issue
Block a user