Skip to content

Commit

Permalink
add nolint to fix check issue
Browse files Browse the repository at this point in the history
  • Loading branch information
luke committed Aug 27, 2024
1 parent 96b388e commit cc9acab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tapcfg/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ func DefaultConfig() Config {
AddrBook: &AddrBookConfig{
DisableSyncer: false,
},
// nolint: lll
Experimental: &ExperimentalConfig{
Rfq: rfq.CliConfig{
AcceptPriceDeviationPpm: rfq.DefaultAcceptPriceDeviationPpm,
Expand Down

0 comments on commit cc9acab

Please sign in to comment.