Skip to content

Commit

Permalink
rebase and fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
shalper2 committed Jan 13, 2023
1 parent 2b404fa commit 837540d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions receiver/snowflakereceiver/scraper.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ func (s *snowflakeMetricsScraper) start(_ context.Context, _ component.Host) (er
}

func (s *snowflakeMetricsScraper) shutdown(_ context.Context) (err error) {
if s.client == nil {
return nil
}
if s.client == nil {
return nil
}
err = s.client.client.Close()
return err
}
Expand Down

0 comments on commit 837540d

Please sign in to comment.