diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2018-01-09 10:35:28 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2018-01-09 10:35:28 -1000 |
commit | 095093482e485e936b29ec0e42f5e51ca9545ac6 (patch) | |
tree | d7b5d4c9e4ebc37e9da5b6c9280b5867fd48b78f /lib | |
parent | 09cf04663fe2a772d5a06bbcf86b9014dc4f5228 (diff) | |
download | patchfoo-095093482e485e936b29ec0e42f5e51ca9545ac6.tar.gz patchfoo-095093482e485e936b29ec0e42f5e51ca9545ac6.zip |
whitespace
Diffstat (limited to 'lib')
-rw-r--r-- | lib/serve.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/serve.js b/lib/serve.js index 78ff104..6c8941c 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -1803,11 +1803,11 @@ Serve.prototype.gitCommit = function (rev) { : JSON.stringify(file)) ]) }), - Catch(function (err) { - if (err && err.name === 'ObjectNotFoundError') return - if (err && err.name === 'BlobNotFoundError') return self.askWantBlobsForm(err.links) - return false - }) + Catch(function (err) { + if (err && err.name === 'ObjectNotFoundError') return + if (err && err.name === 'BlobNotFoundError') return self.askWantBlobsForm(err.links) + return false + }) )) ] ]), |