Skip to content

Commit

Permalink
Merge pull request #8259 from dolthub/liuliu/graph-remove-extra-s
Browse files Browse the repository at this point in the history
liuliu/graph-remove-extra-s
  • Loading branch information
liuliu-dev authored Aug 13, 2024
2 parents 2489c4a + e4a401f commit 550fdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/cmd/dolt/commands/log_graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ func drawCommitDotsAndBranchPaths(commits []*commitInfoWithChildren, commitsMap
}
for i := col + 1; i < parent.Col-verticalDistance+1; i++ {
if graph[row][i] == " " {
graph[row][i] = branchColor.Sprintf("s-")
graph[row][i] = branchColor.Sprintf("-")
}
}
}
Expand Down

0 comments on commit 550fdfc

Please sign in to comment.