Skip to content

Commit

Permalink
Minor whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Oct 19, 2023
1 parent d8e85fa commit d324f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flipper/cloud/telemetry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def self.instances
private_class_method :instances

def self.reset
instances.each { |_,instance| instance.stop }.clear
instances.each { |_, instance| instance.stop }.clear
end

# Internal: Fetch an instance of telemetry once per process per url +
Expand Down

0 comments on commit d324f47

Please sign in to comment.