Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed May 12, 2015
1 parent 8d8d070 commit 65e3654
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ trait SkinnyFilterActivation extends SkinnyScalatraBase { self: SkinnyController
}
}
}
}.getOrElse(null)
}.orNull

if (rendered) body else throw t
}
Expand Down

0 comments on commit 65e3654

Please sign in to comment.