lazygit/pkg/gui/mergeconflicts
Jesse Duffield fdff2dec79 Remove redundant variable dedeclarations
In go 1.22, loop variables are redeclared with each iteration of the
loop, rather than simple updated on each iteration. This means that we
no longer need to manually redeclare variables when they're closed over
by a function.
2024-05-19 16:38:21 +10:00
..
find_conflicts.go Use ScanLinesAndTruncateWhenLongerThanBuffer instead of bufio.ScanLines 2024-05-15 13:27:01 +02:00
find_conflicts_test.go
merge_conflict.go
rendering.go Standardise display of range selection across views 2024-01-19 10:47:21 +11:00
state.go migrate patch building tests 2023-02-25 21:37:16 +11:00
state_test.go Remove redundant variable dedeclarations 2024-05-19 16:38:21 +10:00