lib/opentracing/span_context.rb in opentracing-0.4.0 vs lib/opentracing/span_context.rb in opentracing-0.4.1

- old
+ new

@@ -7,9 +7,8 @@ # Create a new SpanContext # @param id the ID of the Context # @param trace_id the ID of the current trace # @param baggage baggage - def initialize(baggage: {}) - end + def initialize(baggage: {}); end end end