From e690952369fc23d93d2ec982c55f1e2190df45ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pacana?= Date: Thu, 21 May 2026 11:39:13 +0200 Subject: [PATCH] Formatting --- lib/benchmark/append_no_fail_if.rb | 3 +-- lib/benchmark/append_non_conflicting_tags.rb | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/benchmark/append_no_fail_if.rb b/lib/benchmark/append_no_fail_if.rb index 29a688b..ed2c9e2 100644 --- a/lib/benchmark/append_no_fail_if.rb +++ b/lib/benchmark/append_no_fail_if.rb @@ -20,8 +20,7 @@ module En57 @measure.call { @event_store.append(events) } end - def verify = - @event_store.read.each.to_a.size == total_runs * @batch_size + def verify = @event_store.read.each.to_a.size == total_runs * @batch_size end end end diff --git a/lib/benchmark/append_non_conflicting_tags.rb b/lib/benchmark/append_non_conflicting_tags.rb index cdd60e0..6876f52 100644 --- a/lib/benchmark/append_non_conflicting_tags.rb +++ b/lib/benchmark/append_non_conflicting_tags.rb @@ -28,8 +28,7 @@ module En57 end end - def verify = - @event_store.read.each.to_a.size == total_runs * @batch_size + def verify = @event_store.read.each.to_a.size == total_runs * @batch_size end end end -- 2.51.2