Skip to content

Commit

Permalink
Coding style: add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Sep 23, 2024
1 parent 3e755b7 commit 33b6477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appraisal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- exe/*`.split("\n").map{ |f| File.basename(f) }
s.executables = `git ls-files -- exe/*`.split("\n").map { |f| File.basename(f) }
s.bindir = "exe"

s.required_ruby_version = ">= 2.3.0"
Expand Down

0 comments on commit 33b6477

Please sign in to comment.