Commit Graph

1 Commits (728f3fb408f22a620ac9470b304bf8a2196d9b61)

Author SHA1 Message Date
Christopher Chedeau 04eba07aab Hug on single object destructuring function (#1022)
This is very common for stateful react functional components. It also matches last object expansion. I think that we should only do that for a single argument in function definitions though, unlike the last for function calls.

Fixes #1019
2017-03-22 09:58:33 -07:00