Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Juncen <[email protected]>
  • Loading branch information
YuJuncen authored and ti-chi-bot committed Nov 3, 2024
1 parent 67ec099 commit fcbd0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/utils/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func StartExitSingleListener(ctx context.Context) (context.Context, context.Canc
printDelimate(fmt.Sprintf("Required Goroutine Dump = %v", dumpGoroutine))
if dumpGoroutine {
printDelimate("Start Dumping Goroutine")
os.Stdout.Write(AllStackInfo())
_, _ = os.Stdout.Write(AllStackInfo())
printDelimate("End of Dumping Goroutine")
}
log.Warn("received signal to exit", zap.Stringer("signal", sig))
Expand Down

0 comments on commit fcbd0e9

Please sign in to comment.