Skip to content

Instantly share code, notes, and snippets.

@marlun
Created February 24, 2012 14:37
Show Gist options
  • Save marlun/1901305 to your computer and use it in GitHub Desktop.
Save marlun/1901305 to your computer and use it in GitHub Desktop.
Indentation problems
increaseIndexAbove model.index, (err) ->
if err
res.send 500
throw err
else
insertNewModel model, (err) ->
if err
res.send 500
throw err
else
res.send model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment