Skip to content

Commit

Permalink
Fiix continuation line under-indent
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Jul 4, 2024
1 parent 4346da9 commit 1009921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/generic/rubygem.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def build_step(self):
self.ext_src = "%s.gem" % self.name.lower()
else:
raise EasyBuildError("No gem_file specified and no"
" %s.gemspec or %s.gemspec found." % (self.name, self.name.lower()))
" %s.gemspec or %s.gemspec found." % (self.name, self.name.lower()))

def test_step(self):
"""No separate (standard) test procedure for Ruby Gems."""
Expand Down

0 comments on commit 1009921

Please sign in to comment.