#-------------------------
if (
- # we aren't allowed to add any newlines
- !$rOpts_add_newlines
+ # there is just one token
+ !$max_index_to_go
# or,
|| (
# and we don't already have an interior breakpoint
&& !$forced_breakpoint_count
)
+
+ # or, we aren't allowed to add any newlines
+ || !$rOpts_add_newlines
+
)
{
$ri_first = [$imin];
$self->insert_final_ternary_breaks( $ri_first, $ri_last )
if (@colon_list);
- }
- $self->insert_breaks_before_list_opening_containers( $ri_first,
- $ri_last )
- if ( %break_before_container_types && $max_index_to_go > 0 );
+ $self->insert_breaks_before_list_opening_containers( $ri_first,
+ $ri_last )
+ if ( %break_before_container_types && $max_index_to_go > 0 );
+
+ }
#-------------------
# -lp corrector step