protobuf-ruby / beefcake

A sane Google Protocol Buffers library for Ruby
MIT License
276 stars 46 forks source link

Remove unnecessary newline #42

Closed grobie closed 10 years ago

grobie commented 10 years ago

This change replaces the two newlines between message class definitions with a single one, which is more common in ruby code guidelines.

@matttproud

bkerley commented 10 years ago

+1