lilactown / helix

A simple, easy to use library for React development in ClojureScript.
Eclipse Public License 2.0
624 stars 52 forks source link

fix indentation of else-block #114

Closed shaunlebron closed 1 year ago

shaunlebron commented 1 year ago

Fixed indentation of the last line so it doesn’t look like it’s inside let, but is the last if arg:

https://github.com/lilactown/helix/blob/master/src/helix/impl/props.cljc#L14-L27

lilactown commented 1 year ago

💯