Skip to content

Commit de4cc64

Browse files
committed
fmt
1 parent 974a7c9 commit de4cc64

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

librubyfmt/src/render_queue_writer.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,10 @@ impl<'src> RenderQueueWriter<'src> {
272272
}
273273
}
274274

275-
fn format_conditional_layout_entry(accum: &mut Intermediary<'src>, cle: ConditionalLayoutEntry<'src>) {
275+
fn format_conditional_layout_entry(
276+
accum: &mut Intermediary<'src>,
277+
cle: ConditionalLayoutEntry<'src>,
278+
) {
276279
if cle.should_use_block_form(accum.current_line_length()) {
277280
Self::render_as(accum, cle.into_block_tokens());
278281
} else {

0 commit comments

Comments
 (0)