From fb77d6943a102e5a53a39cdcd0339feac52d4d75 Mon Sep 17 00:00:00 2001 From: Mike Heft Date: Tue, 2 Jul 2024 12:11:40 -0600 Subject: [PATCH] remove comment --- lib/rubocop/cop/custom/private_method_style.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rubocop/cop/custom/private_method_style.rb b/lib/rubocop/cop/custom/private_method_style.rb index 506e32d..82ff699 100644 --- a/lib/rubocop/cop/custom/private_method_style.rb +++ b/lib/rubocop/cop/custom/private_method_style.rb @@ -1,5 +1,4 @@ # frozen_string_literal: true -# typed: false require "rubocop"