From 22cf2cf09c1bb26df0c78ee0b20d125e5a88a52f Mon Sep 17 00:00:00 2001 From: William Banfield Date: Fri, 2 Sep 2022 12:43:42 -0400 Subject: [PATCH] lint --- test/loadtime/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/loadtime/main.go b/test/loadtime/main.go index 75d66c58a..a3d5c883a 100644 --- a/test/loadtime/main.go +++ b/test/loadtime/main.go @@ -36,7 +36,7 @@ func main() { loadtest.Run(&loadtest.CLIConfig{ AppName: "loadtime", AppShortDesc: "Generate timestamped transaction load.", - AppLongDesc: "loadtime generates transaction load for the purpose of measuring the end-to-end latency of a transaction from submission to execution in a Tendermint network.", + AppLongDesc: "loadtime generates transaction load for the purpose of measuring the end-to-end latency of a transaction from submission to execution in a Tendermint network.", //nolint:lll DefaultClientFactory: "loadtime-client", }) }