1
0
mirror of https://github.com/exaloop/codon.git synced 2025-06-03 15:03:52 +08:00

clang-format [skip ci]

This commit is contained in:
A. R. Shajii 2022-09-17 12:24:22 -04:00
parent 2361faa4f0
commit 70a9515ff5

View File

@ -91,7 +91,7 @@ ExprPtr parseExpr(Cache *cache, const std::string &code, const codon::SrcInfo &o
ltrim(newCode);
rtrim(newCode);
auto e = parseCode<ExprPtr>(cache, offset.file, newCode, offset.line, offset.col,
"fstring");
"fstring");
return e;
}