fix formatting

db4
Doug Coleman 2009-05-26 11:55:48 -05:00
parent daf1594390
commit 0d45dafdd0
1 changed files with 4 additions and 1 deletions

View File

@ -4,4 +4,7 @@ USING: sorting.functor regexp kernel accessors sequences
unicode.case ;
IN: sorting.title
<< "title" [ >lower dup R/ ^(the|a|an|el|la|los|las|il) / first-match [ to>> tail-slice ] when* ] define-sorting >>
<< "title" [
>lower dup R/ ^(the|a|an|el|la|los|las|il) / first-match
[ to>> tail-slice ] when*
] define-sorting >>