diff --git a/editor/src/editor/render_ast.rs b/editor/src/editor/render_ast.rs index 4da3b81f5d..acf587ec6f 100644 --- a/editor/src/editor/render_ast.rs +++ b/editor/src/editor/render_ast.rs @@ -47,8 +47,7 @@ pub fn highlight_expr2<'a, 'b>( HighlightStyle::String, )) } - Expr2::GlobalTag { name, .. } => - { + Expr2::GlobalTag { name, .. } => { highlight_tups.push((get_bump_str(arena, env, name), HighlightStyle::Type)) } Expr2::Call { expr: expr_id, .. } => {