Skip to content

Commit

Permalink
fix: remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed May 6, 2024
1 parent d2795c7 commit 517b1a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions renderer.go
Expand Up @@ -28,9 +28,6 @@ type Renderer struct {
mtx sync.RWMutex
}

// RendererOption is a function that can be used to configure a [Renderer].
type RendererOption func(r *Renderer)

// DefaultRenderer returns the default renderer.
func DefaultRenderer() *Renderer {
return renderer
Expand Down

0 comments on commit 517b1a1

Please sign in to comment.