amethyst-framework / amethyst

Amethyst is a Rails inspired web-framework for Crystal language
https://github.com/amethyst-framework
MIT License
648 stars 46 forks source link

fix syntax error, spacing between argument and type restriction #58

Closed cocuh closed 8 years ago

cocuh commented 8 years ago

to fix syntax error, added space between argument and type restriction same as other methods.

veelenga commented 8 years ago

:+1:

Codcore commented 8 years ago

Thanks, I fixed it just now