mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-15 01:34:26 +02:00
Export PatchLine.isChange
This commit is contained in:
@ -97,7 +97,7 @@ func (self *patchPresenter) format() string {
|
||||
|
||||
for _, line := range hunk.bodyLines {
|
||||
style := self.patchLineStyle(line)
|
||||
if line.isChange() {
|
||||
if line.IsChange() {
|
||||
appendLine(self.formatLine(line.Content, style, lineIdx))
|
||||
} else {
|
||||
appendLine(self.formatLineAux(line.Content, style, false))
|
||||
|
Reference in New Issue
Block a user