mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
fix test failures caused by def reordering
This commit is contained in:
parent
46639c5081
commit
d7b2dc7a3b
4 changed files with 34 additions and 40 deletions
|
@ -2,7 +2,7 @@ use crate::annotation::{Formattable, Newlines, Parens};
|
|||
use crate::def::fmt_def;
|
||||
use crate::pattern::fmt_pattern;
|
||||
use crate::spaces::{
|
||||
add_spaces, fmt_comments_only, fmt_condition_spaces, fmt_spaces, is_comment, newline, INDENT,
|
||||
add_spaces, fmt_comments_only, fmt_condition_spaces, fmt_spaces, newline, INDENT,
|
||||
};
|
||||
use bumpalo::collections::{String, Vec};
|
||||
use roc_module::operator::{self, BinOp};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue