We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba48aa commit bab20b5Copy full SHA for bab20b5
diff_result.go
@@ -36,7 +36,7 @@ func splitDeltasByContext(deltas Deltas) []Deltas {
36
}
37
38
func (dr *DiffResult) DeltasByContext() []Deltas {
39
- return splitDeltasByContext(dr.CharBasedDeltas)
+ return splitDeltasByContext(dr.LineBasedDeltas)
40
41
42
func (dr *DiffResult) AsSideBySideHTML() []string {
0 commit comments