style(allocations): fewer parentheses in course applications list
This commit is contained in:
parent
dd62695e6b
commit
82af773ab5
@ -5,7 +5,7 @@ $newline never
|
|||||||
#{courseTerm} - #{courseSchool} - #{courseName}
|
#{courseTerm} - #{courseSchool} - #{courseName}
|
||||||
$case (mbRating, mbVeto)
|
$case (mbRating, mbVeto)
|
||||||
$of (_, Just True)
|
$of (_, Just True)
|
||||||
\ (_{MsgApplicationVeto})
|
, _{MsgApplicationVeto}
|
||||||
$of (Just g, _)
|
$of (Just g, _)
|
||||||
\ (_{g})
|
, _{g}
|
||||||
$of _
|
$of _
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user