max-mapper / standard-format

converts your code into Standard JavaScript Format
264 stars 59 forks source link

spaces before commas in object destructuring assignment #89

Closed Whoaa512 closed 9 years ago

Whoaa512 commented 9 years ago

Just an issue to help track #85

-  let {index, type} = req.params
+  let {index , type} = req.params
nickpoorman commented 9 years ago

+1

drewhamlett commented 9 years ago

+1

feross commented 9 years ago

Fixed in 1.6.5.