Change summary
  internal/exp/diffview/diffview_test.go | 2 ++
internal/exp/diffview/split.go         | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
  Detailed changes
  
  
    
    @@ -158,6 +158,8 @@ func TestDiffView(t *testing.T) {
 }
 
 func TestDiffViewTabs(t *testing.T) {
+	t.Parallel()
+
 	for layoutName, layoutFunc := range LayoutFuncs {
 		t.Run(layoutName, func(t *testing.T) {
 			t.Parallel()
  
  
  
    
    @@ -37,7 +37,6 @@ func hunkToSplit(h *udiff.Hunk) (sh splitHunk) {
 		var sl splitLine
 
 		switch ul.Kind {
-
 		// For equal lines, add as is
 		case udiff.Equal:
 			sl.before = &ul