forked from OSchip/llvm-project
parent
1b8bfd4b76
commit
f7de84ab9f
|
@ -108,7 +108,7 @@ void TextDocumentOnTypeFormattingHandler::handleMethod(
|
|||
llvm::yaml::MappingNode *Params, StringRef ID) {
|
||||
auto DOTFP = DocumentOnTypeFormattingParams::parse(Params);
|
||||
if (!DOTFP) {
|
||||
Output.logs() << "Failed to decode DocumentOnTypeFormattingParams!\n";
|
||||
Output.log("Failed to decode DocumentOnTypeFormattingParams!\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue