Skip to content

Commit 3373a70

Browse files
chore(lint): 改进代码样式 (#1299)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2cc7bd2 commit 3373a70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/mcfish/pole.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,10 +442,10 @@ func init() {
442442
return
443443
}
444444
}
445-
if rand.Intn(100) < 90 {
445+
if rand.Intn(100) < 90 {
446446
attribute := strconv.Itoa(durationList[thingName]) + "/0/" + strconv.Itoa(avgInduce) + "/" + strconv.Itoa(avgFavor)
447447
newthing := article{
448-
Duration: time.Now().Unix() + int64(batch*10),
448+
Duration: time.Now().Unix() + int64(batch*10),
449449
Type: "pole",
450450
Name: thingName,
451451
Number: 1,

0 commit comments

Comments
 (0)