cardmagic / simple-rss

A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby. It is designed to be backwards compatible with the standard RSS parser, but will never do RSS generation.
https://github.com/cardmagic/simple-rss
Other
225 stars 68 forks source link

Fixed Ruby warnings about missing indentations #22

Closed florianock closed 6 years ago

florianock commented 9 years ago

When running a Ruby script using simple-rss 1.3.1 with the --warnings flag, I would get warnings about indentation in simple-rss.rb. So I fixed it using tab-indentation. The changes simple enough so it shouldn't break any tests or cause any merging problems.

Cheers, MacHeathz

sethiele commented 8 years ago

+1

cardmagic commented 6 years ago

Better late than never ;)