Kill trailing whitespace in ruby files
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
module PostSets
|
||||
class Artist < PostSets::Post
|
||||
attr_reader :artist
|
||||
|
||||
|
||||
def initialize(artist)
|
||||
super(artist.name)
|
||||
@artist = artist
|
||||
end
|
||||
|
||||
|
||||
def posts
|
||||
::Post.tag_match(@artist.name).limit(10)
|
||||
rescue ::Post::SearchError
|
||||
|
||||
Reference in New Issue
Block a user