test commit

add whitespace
This commit is contained in:
Thorsten Schütt 2020-11-18 09:20:37 +01:00
parent 1c0ef2984d
commit 955341a722
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ std::unique_ptr<ASTUnit> buildASTFromCodeWithArgs(
if (!Invocation.run())
return nullptr;
assert(ASTs.size() == 1);
return std::move(ASTs[0]);
}