Skip to content

Commit 392962c

Browse files
committed
Problem: rubocop is disagreeing with the formatting
Solution: I agree with rubocop
1 parent 7168b51 commit 392962c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pgpm/rpm/mock/operation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def call
6868
def chain(op)
6969
raise ArgumentError, "can't chain non-rebuild operations" unless op.args.include?("--rebuild") && @args.include?("--rebuild")
7070

71-
self.args.insert(self.args.index("--localrepo"), *op.args[op.args.index("--recurse") + 1..op.args.index("--localrepo")-1])
71+
args.insert(args.index("--localrepo"), *op.args[op.args.index("--recurse") + 1..op.args.index("--localrepo") - 1])
7272
self
7373
end
7474

0 commit comments

Comments
 (0)