mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
rustfmt
This commit is contained in:
parent
e667ca6af6
commit
d153e580a1
@ -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, .. } => {
|
||||
|
Loading…
Reference in New Issue
Block a user