Skip to content

Commit

Permalink
fix errant curlybrace
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed Apr 19, 2020
1 parent e241954 commit 1c326d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -1331,4 +1331,5 @@ function sawBase (req, res) {
var msg = 'saw ' + req.baseUrl
res.statusCode = 200
res.setHeader('Content-Type', 'text/plain')
res.end(msg)}
res.end(msg)
}

0 comments on commit 1c326d3

Please sign in to comment.