mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
fmt
This commit is contained in:
parent
300412a4da
commit
c9b38d839f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
use crate::annotation::{except_last, is_collection_multiline, Formattable, Newlines, Parens};
|
||||
use crate::collection::{fmt_collection, Braces};
|
||||
use crate::def::{fmt_defs, valdef_lift_spaces_before, starts_with_block_string_literal};
|
||||
use crate::def::{fmt_defs, starts_with_block_string_literal, valdef_lift_spaces_before};
|
||||
use crate::node::Prec;
|
||||
use crate::pattern::{
|
||||
fmt_pattern, pattern_lift_spaces, snakify_camel_ident, starts_with_inline_comment,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue