We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e585f commit 0d209c6Copy full SHA for 0d209c6
llvm/lib/Debuginfod/Debuginfod.cpp
@@ -309,7 +309,7 @@ Expected<std::string> getCachedOrDownloadArtifact(
309
Error Err = Client.perform(Request, Handler);
310
if (Err)
311
return std::move(Err);
312
- if ((Err = Handler.commit()))
+ if (Err = Handler.commit())
313
314
315
unsigned Code = Client.responseCode();
0 commit comments