Fix rubocop complaint

pull/151/head
Andre Richter 2 years ago
parent 1581b26995
commit c411de77f0
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -8,6 +8,7 @@
class Test
INDENT = ' '
# rubocop:disable Style/RedundantInitialize
def initialize
# Template instance variables.
# @test_name
@ -15,6 +16,7 @@ class Test
# @test_output
# @test_error
end
# rubocop:enable Style/RedundantInitialize
private

Loading…
Cancel
Save