Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpolygon committed Dec 18, 2023
1 parent a41bbe7 commit 2a0ebec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websocket/example/fmv/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func main() {
case models.FairMarketValue:
log.WithFields(logrus.Fields{"fmv": out}).Info()

default:
default:
log.WithFields(logrus.Fields{"unknown": out}).Info()
}
}
Expand Down

0 comments on commit 2a0ebec

Please sign in to comment.