willowtreeapps / swift-style-guide

The official Swift style guide for WillowTree, Inc.
MIT License
16 stars 3 forks source link

Describe how empty closures should be defined #24

Closed eriklamanna closed 8 years ago

eriklamanna commented 8 years ago

Fixes #2

mattyohe commented 8 years ago

Not sure I'm sold on () -> Void

kconner commented 8 years ago

I endorse () -> Void: