Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Mar 11, 2024
1 parent d0f106e commit 1067ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mylog/indent.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

func (o *object) textIndent(src string, isLeftAlign bool) string {
// https://blog.csdn.net/raoxiaoya/article/details/108982887
const hexDumpIndentLen = 28
const hexDumpIndentLen = 26
Separate := ` | `
spaceLen := hexDumpIndentLen - o.width(src)
spaceStr := ``
Expand Down

0 comments on commit 1067ff6

Please sign in to comment.