File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -962,21 +962,22 @@ hints for the pairwise grouping with comments or empty lines.
962962
963963 ; ; ok-ish
964964 (cond
965- ; ; test case 1
966- (test1 )
967- (long-function-name-which-requires-a-new-line
968- (complicated-sub-form
965+ ; ; test case 1
966+ (test1 )
967+ (long-function-name-which-requires-a-new-line
968+ (complicated-sub-form
969969 (-> 'which-spans multiple-lines)))
970970
971- (test2 )
972- (another-very-long-function-name
973- (yet-another-sub-form
971+ ; ; test case 2
972+ (test2 )
973+ (another-very-long-function-name
974+ (yet-another-sub-form
974975 (-> 'which-spans multiple-lines)))
975976
976- :else
977- (the-fall-through-default-case
978- (which-also-spans 'multiple
979- 'lines)))
977+ :else
978+ (the-fall-through-default-case
979+ (which-also-spans 'multiple
980+ 'lines)))
980981 ```
981982
982983* <a name= " set-as-predicate" >< /a>
You can’t perform that action at this time.
0 commit comments