From d527ce92ca857727bb2a08782a26377cd95233c0 Mon Sep 17 00:00:00 2001
From: Jeff Young <jeff@rokeby.ie>
Date: Tue, 11 Mar 2025 11:02:27 +0000
Subject: [PATCH] Formatting.

---
 include/collector.h | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/include/collector.h b/include/collector.h
index 1bf4fcff6f..2df2527981 100644
--- a/include/collector.h
+++ b/include/collector.h
@@ -54,10 +54,11 @@ public:
     {
         // Inspect() is virtual so calling it from a class common inspector preserves
         // polymorphism.
-        m_inspector = [this]( EDA_ITEM* aItem, void* aTestData )
-        {
-            return this->Inspect( aItem, aTestData );
-        };
+        m_inspector =
+                [this]( EDA_ITEM* aItem, void* aTestData )
+                {
+                    return this->Inspect( aItem, aTestData );
+                };
     }
 
     virtual ~COLLECTOR() {}