Skip to content

Commit

Permalink
Merge pull request #24 from bayashi/tiny-fix
Browse files Browse the repository at this point in the history
fmt
  • Loading branch information
bayashi committed Jan 13, 2024
2 parents cd3e925 + 57dac6e commit 20723c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion witness.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func New(showFlag ...bool) *Witness {
var showDiff, showRaw = false, false
if len(showFlag) >= 2 {
showDiff = showFlag[0]
showRaw = showFlag[1]
showRaw = showFlag[1]
} else if len(showFlag) == 1 {
showDiff = showFlag[0]
}
Expand Down

0 comments on commit 20723c9

Please sign in to comment.