Skip to content

Commit

Permalink
Doesn't seem needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneCurcuru committed Jan 25, 2025
1 parent 952309f commit d9f365b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/whimsy/asf/member-files.rb
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ def self.sort_member_nominees(contents, entries=nil)
def self.sort_board_nominees(contents, entries=nil)
sections = contents.split(%r{^-{10,}\n})
header = sections.shift(2)
sections.pop if sections.last.strip == ''
sections.append(*entries) if entries # add new entries if any
names = {}
# replace 'each' by 'sort_by!' to sort by last name
Expand Down

0 comments on commit d9f365b

Please sign in to comment.