From e5f0ccbc90fb71f2f8b2203f5236e2cbf7789909 Mon Sep 17 00:00:00 2001 From: Kodey Kilday-Thomas Date: Fri, 26 Jun 2026 10:51:27 +0100 Subject: [PATCH] chore: test flake --- commit/report.go | 1 + 1 file changed, 1 insertion(+) diff --git a/commit/report.go b/commit/report.go index 1cc591f891..4f2c801a61 100644 --- a/commit/report.go +++ b/commit/report.go @@ -32,6 +32,7 @@ func encodeReports( reportCodec cciptypes.CommitPluginCodec, ) ([]ocr3types.ReportPlus[[]byte], error) { var encodedReports []ocr3types.ReportPlus[[]byte] + // Encode the reports and report info for _, report := range reports { // the report builder should not include empty reports.