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:
parent
2361faa4f0
commit
70a9515ff5
@ -91,7 +91,7 @@ ExprPtr parseExpr(Cache *cache, const std::string &code, const codon::SrcInfo &o
|
|||||||
ltrim(newCode);
|
ltrim(newCode);
|
||||||
rtrim(newCode);
|
rtrim(newCode);
|
||||||
auto e = parseCode<ExprPtr>(cache, offset.file, newCode, offset.line, offset.col,
|
auto e = parseCode<ExprPtr>(cache, offset.file, newCode, offset.line, offset.col,
|
||||||
"fstring");
|
"fstring");
|
||||||
return e;
|
return e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user