Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add mapK to `Trace…
Browse files Browse the repository at this point in the history
…r`, `SpanBuilder`, etc.

move KindTransformer to common
  • Loading branch information
NthPortal committed Aug 1, 2023
1 parent 3afe0d6 commit 7d9389c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package org.typelevel.otel4s.trace
package org.typelevel.otel4s

import cats.Applicative
import cats.Functor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
* limitations under the License.
*/

package org.typelevel.otel4s.trace
package org.typelevel.otel4s
package trace

import cats.effect.MonadCancelThrow
import cats.effect.Resource
Expand Down

0 comments on commit 7d9389c

Please sign in to comment.