We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974a7c9 commit de4cc64Copy full SHA for de4cc64
librubyfmt/src/render_queue_writer.rs
@@ -272,7 +272,10 @@ impl<'src> RenderQueueWriter<'src> {
272
}
273
274
275
- fn format_conditional_layout_entry(accum: &mut Intermediary<'src>, cle: ConditionalLayoutEntry<'src>) {
+ fn format_conditional_layout_entry(
276
+ accum: &mut Intermediary<'src>,
277
+ cle: ConditionalLayoutEntry<'src>,
278
+ ) {
279
if cle.should_use_block_form(accum.current_line_length()) {
280
Self::render_as(accum, cle.into_block_tokens());
281
} else {
0 commit comments