mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
...
This commit is contained in:
parent
ffac770cce
commit
2184d3b7d0
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ type TextFilePreview struct {
|
|||
}
|
||||
|
||||
func (p *TextFilePreview) String() string {
|
||||
return fmt.Sprint("TextFilePreview{%#v, ready: %v}", p.path, p.ready.Load())
|
||||
return fmt.Sprintf("TextFilePreview{%#v, ready: %v}", p.path, p.ready.Load())
|
||||
}
|
||||
|
||||
func (p *TextFilePreview) IsValidForColorScheme(light bool) bool { return p.light == light }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue