Skip to content

Commit 76f75b4

Browse files
committed
PR feedback
1 parent 29ce9c1 commit 76f75b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmesh/core/model/definition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2886,7 +2886,7 @@ def render_expression(
28862886
for name, args in values
28872887
)
28882888
),
2889-
"formatting": lambda value: str(value),
2889+
"formatting": str,
28902890
}
28912891

28922892

0 commit comments

Comments
 (0)