Skip to content

Commit ad31586

Browse files
committed
Layout/RedundantLineBreak
1 parent cc686aa commit ad31586

File tree

1 file changed

+1
-2
lines changed
  • lib/puppet/provider/package

1 file changed

+1
-2
lines changed

lib/puppet/provider/package/apt.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ def checkforcdrom
9090
# rubocop:enable Layout
9191

9292
if have_cdrom and @resource[:allowcdrom] != :true
93-
raise Puppet::Error,
94-
_("/etc/apt/sources.list contains a cdrom source; not installing. Use 'allowcdrom' to override this failure.")
93+
raise Puppet::Error, _("/etc/apt/sources.list contains a cdrom source; not installing. Use 'allowcdrom' to override this failure.")
9594
end
9695
end
9796

0 commit comments

Comments
 (0)