Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: yomek33 <[email protected]>
  • Loading branch information
yomek33 committed Aug 6, 2024
1 parent 84b0abb commit c44a38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/avalanche.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func main() {
" Description: This mode gradually increases the series count by seriesChangeRate on each tick up to maxSeriesCount,\n" +
" then decreases it back to the minSeriesCount, and repeats this cycle indefinitely.\n" +
" The series count is incremented by seriesChangeRate on each tick, ensuring it never drops below 1."
"\n" +
"\n" +

Check failure on line 78 in cmd/avalanche.go

View workflow job for this annotation

GitHub Actions / lint

"\n" + " spike:\n" + " Periodically spikes the series count by a given multiplier.\n" + " Usage: ./avalanche --series-operation-mode=spike --series-change-interval=180 --series-count=100 --spike-multiplier=1.5\n" + " Description: This mode periodically increases the series count by a spike multiplier on one tick and\n" + " then returns it to the original count on the next tick. This pattern repeats indefinitely,\n" + " creating a spiking effect in the series count.\n" (untyped string constant "\n spike:\n Periodically spikes the series count by a given mult...) is not used (typecheck)
" spike:\n" +
" Periodically spikes the series count by a given multiplier.\n" +
" Usage: ./avalanche --series-operation-mode=spike --series-change-interval=180 --series-count=100 --spike-multiplier=1.5\n" +
Expand Down

0 comments on commit c44a38f

Please sign in to comment.