lib/awspec/helper/finder/cloudwatch_event.rb in awspec-1.25.1 vs lib/awspec/helper/finder/cloudwatch_event.rb in awspec-1.25.2
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Awspec::Helper
module Finder
module CloudwatchEvent
def find_cloudwatch_event(id)
cloudwatch_event_client.list_rules.rules.find do |rule|