Skip to content

Commit

Permalink
run rubocop -A (#2790)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Oct 8, 2024
1 parent cd3f201 commit 55837c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions seek/seek.rb
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ def lite_option(parser)
end
end
end

end

def parse(args)
Expand Down Expand Up @@ -291,7 +290,7 @@ def parse(args)
classification,
sub_classification,
# work_type,
short_description,
short_description
]
resultsrow << content unless options.lite
results << resultsrow
Expand Down

0 comments on commit 55837c9

Please sign in to comment.