mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-17 00:18:05 +02:00
got this bad boy compiling again
This commit is contained in:
@ -30,7 +30,7 @@ type StashEntry struct {
|
||||
// Conflict : A git conflict with a start middle and end corresponding to line
|
||||
// numbers in the file where the conflict bars appear
|
||||
type Conflict struct {
|
||||
start int
|
||||
middle int
|
||||
end int
|
||||
Start int
|
||||
Middle int
|
||||
End int
|
||||
}
|
||||
|
Reference in New Issue
Block a user