mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-02 23:17:34 -04:00
fix: lint issues (#280)
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
+3
-5
@@ -16,11 +16,9 @@ const (
|
||||
chromaStyleTheme = "charm"
|
||||
)
|
||||
|
||||
var (
|
||||
// mutex for synchronizing access to the chroma style registry.
|
||||
// Related https://github.com/alecthomas/chroma/pull/650
|
||||
mutex = sync.Mutex{}
|
||||
)
|
||||
// mutex for synchronizing access to the chroma style registry.
|
||||
// Related https://github.com/alecthomas/chroma/pull/650
|
||||
var mutex = sync.Mutex{}
|
||||
|
||||
// A CodeBlockElement is used to render code blocks.
|
||||
type CodeBlockElement struct {
|
||||
|
||||
Reference in New Issue
Block a user