File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -651,10 +651,10 @@ absorbRHS expr = case expr of
651651 | isAbsorbable t && isUpdateConcatPlus op ->
652652 nest $ group' RegularG $ line <> pretty l <> line <> group' Transparent (pretty op <> hardspace <> group' Priority (prettyTermWide t))
653653 -- Case 2b: LHS fits onto first line, RHS is a function application
654- (Operation l (LoneAnn op) (Application f a))
655- | isUpdateConcatPlus op
656- && matchFirstToken (not . hasPreTrivia) f ->
657- nest $ line <> group l <> line <> prettyApp False (pretty op <> hardspace) False f a
654+ -- (Operation l (LoneAnn op) (Application f a))
655+ -- | isUpdateConcatPlus op
656+ -- && matchFirstToken (not . hasPreTrivia) f ->
657+ -- nest $ line <> group l <> line <> prettyApp False (pretty op <> hardspace) False f a
658658 -- Everything else:
659659 -- If it fits on one line, it fits
660660 -- If it fits on one line but with a newline after the `=`, it fits (including semicolon)
Original file line number Diff line number Diff line change 434434
435435 environment . systemPackages =
436436 # Include the PAM modules in the system path mostly for the manpages.
437- [ package ]
438- ++ lib . optional config . users . ldap . enable pam_ldap ;
437+ [ package ] ++ lib . optional config . users . ldap . enable pam_ldap ;
439438
440439 environment . systemPackages2 =
441440 # Include the PAM modules in the system path mostly for the manpages.
Original file line number Diff line number Diff line change 451451
452452 environment . systemPackages =
453453 # Include the PAM modules in the system path mostly for the manpages.
454- [ package ]
455- ++ lib . optional config . users . ldap . enable pam_ldap ;
454+ [ package ] ++ lib . optional config . users . ldap . enable pam_ldap ;
456455
457456 environment . systemPackages2 =
458457 # Include the PAM modules in the system path mostly for the manpages.
You can’t perform that action at this time.
0 commit comments