]> Sergey Matveev's repositories - public-inbox.git/commit
httpd: remove unnecessary eval
authorEric Wong <e@80x24.org>
Sat, 5 Mar 2016 20:53:25 +0000 (20:53 +0000)
committerEric Wong <e@80x24.org>
Sat, 5 Mar 2016 20:53:25 +0000 (20:53 +0000)
commite876cd472939c009a0d6bce3cee25d98b0940928
tree5d31e56e2d8f36a8f90d05bcd5d9f09d785f8782
parent288f29a022b6b72ec460cf5bf34a183f1b54cc4c
httpd: remove unnecessary eval

We have per-middleware evals to deal with them being missing;
no need to put an eval around the whole thing and use an
extra level of indentation.
script/public-inbox-httpd