Skip to content

Commit

Permalink
Tidy header; drop dupe
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Feb 24, 2024
1 parent 33bd584 commit 0227973
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/whimsy/asf/member-files.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ def self.parse_file(name)
md.named_captures.each do |k, v|
case k
when 'header'
header = v
when 'header'
header = v
header = v.strip
when 'uid', 'name'
# not currently used
else
Expand Down

0 comments on commit 0227973

Please sign in to comment.