Skip to content

Commit

Permalink
fix: apply formatter changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kodumbeats committed Feb 13, 2024
1 parent 2c7a37b commit 7a9e68f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/gleam/otp/intensity_tracker_test.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ pub fn errors_when_too_intense_test() {

pub fn cools_down_after_period_test() {
let count = 1000
let limiter = new(limit: count, period: 1)
|> add_events(count, _)
let limiter =
new(limit: count, period: 1)
|> add_events(count, _)

// Since the intensity_tracker is enforced in seconds,
// wait for that second to pass
Expand Down

0 comments on commit 7a9e68f

Please sign in to comment.