Skip to content

Commit 47fa42a

Browse files
committed
Fix rubocop warnings
1 parent daa12f5 commit 47fa42a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

language/fixtures/class_with_class_variable.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ def foo
66
"#@@a"
77
end
88
end
9-
end
9+
end

optional/capi/digest_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ def verify_context(current_body)
9696
@context[1, byte_count].should == current_body
9797
end
9898
end
99-
end
99+
end

0 commit comments

Comments
 (0)