Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahramadan committed Aug 8, 2024
1 parent 860ebfd commit d9e2fbd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def _otel_client_attributes(sql)

def collection_name(sql)
sql.scan(TABLE_NAME).flatten[0]

rescue StandardError
nil
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def client_attributes(sql = nil)

def collection_name(sql)
sql.scan(TABLE_NAME).flatten[0]

rescue StandardError
nil
end
Expand Down

0 comments on commit d9e2fbd

Please sign in to comment.