From b23ae593e2d8addd10396a2c05e132bded3ad833 Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Thu, 2 Jan 2025 20:26:53 +0100 Subject: [PATCH] Fix new Layout/EmptyLinesAroundMethodBody RuboCop offense --- lib/happymapper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/happymapper.rb b/lib/happymapper.rb index b72ec63..6f2c152 100644 --- a/lib/happymapper.rb +++ b/lib/happymapper.rb @@ -73,7 +73,6 @@ def initialize # def to_xml(builder = nil, default_namespace = nil, namespace_override = nil, tag_from_parent = nil) - # # If to_xml has been called without a passed in builder instance that # means we are going to return xml output. When it has been called with