mirror of
https://github.com/taigrr/wtf
synced 2026-04-01 01:28:44 -07:00
Update dependencies to latest versions
This commit is contained in:
2
vendor/github.com/alecthomas/chroma/mutators.go
generated
vendored
2
vendor/github.com/alecthomas/chroma/mutators.go
generated
vendored
@@ -122,7 +122,7 @@ func Default(mutators ...Mutator) Rule {
|
||||
}
|
||||
|
||||
// Stringify returns the raw string for a set of tokens.
|
||||
func Stringify(tokens ...*Token) string {
|
||||
func Stringify(tokens ...Token) string {
|
||||
out := []string{}
|
||||
for _, t := range tokens {
|
||||
out = append(out, t.Value)
|
||||
|
||||
Reference in New Issue
Block a user