summaryrefslogtreecommitdiff
path: root/spec/ignore-gem-warnings.rb
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-11-15 02:20:22 -0700
committerDan Allen <dan.j.allen@gmail.com>2019-11-15 02:20:41 -0700
commitdbd2e5e8790456eee228f2c9c0975cf6a962d358 (patch)
tree1d8534621d996eeaee82e66348c98f8570db1186 /spec/ignore-gem-warnings.rb
parent68682d57663a50747016510a29e090e134f4774e (diff)
remove trailing whitespace in source [skip ci]
Diffstat (limited to 'spec/ignore-gem-warnings.rb')
-rw-r--r--spec/ignore-gem-warnings.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ignore-gem-warnings.rb b/spec/ignore-gem-warnings.rb
index 770e6f7d..db0cc0ee 100644
--- a/spec/ignore-gem-warnings.rb
+++ b/spec/ignore-gem-warnings.rb
@@ -4,6 +4,6 @@ module Warning
super unless str.start_with?(*Gem.path)
end
end
-
+
extend Processor
end