This commit is contained in:
Luke Boswell 2025-01-20 08:25:53 +11:00
parent 300412a4da
commit c9b38d839f
No known key found for this signature in database
GPG key ID: 54A7324B1B975757

View file

@ -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,