Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Jan 13, 2024
1 parent cd3e925 commit 57dac6e
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 57dac6e

Please sign in to comment.