Skip to content

Commit 5f68961

Browse files
authored
Update visitor.cpp
1 parent 6314a63 commit 5f68961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/visitor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ namespace rift {
139139
return geode::Ok(!res.unwrap());
140140
case TokenType::DOLLAR: {
141141
auto val = res.unwrap().toString();
142-
auto fmtRes = format(val, m_variables);
142+
auto fmtRes = rift::format(val, m_variables);
143143
if (fmtRes.isErr()) {
144144
return node.error(fmt::format("SubExpressionError: {}", fmtRes.unwrapErr().message()));
145145
}

0 commit comments

Comments
 (0)