Skip to content

Commit

Permalink
Remove empty lines
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>
  • Loading branch information
Gagan Juneja committed Aug 8, 2023
1 parent c448efa commit 0e3b901
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 @@ -34,5 +34,4 @@ public interface TracerContextStorage<K, V> {
* @param value of the tracing context
*/
void put(K key, V value);

}
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ public SpanScope startSpan(String spanName, SpanContext parentSpan) {
public void close() {

}

}

0 comments on commit 0e3b901

Please sign in to comment.