From c44cfc3bb3c459fbc7ccb4592c6cd5569961ff7c Mon Sep 17 00:00:00 2001 From: xuan-cao-swi Date: Wed, 8 Jan 2025 10:20:16 -0500 Subject: [PATCH] lint --- lib/solarwinds_apm/api/custom_instrumentation.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/solarwinds_apm/api/custom_instrumentation.rb b/lib/solarwinds_apm/api/custom_instrumentation.rb index dcdaed7..2430f57 100644 --- a/lib/solarwinds_apm/api/custom_instrumentation.rb +++ b/lib/solarwinds_apm/api/custom_instrumentation.rb @@ -42,7 +42,7 @@ module ClassMethods # add_tracer :custom_method, 'custom_name', { attributes: { 'foo' => 'bar' }, kind: :consumer } # # end - # + # # class DogfoodsController < ApplicationController # def create # @dogfood = Dogfood.new(params.permit(:brand, :name))