From d9ee97d44cb0aa3877fcfd42f0322075546d6724 Mon Sep 17 00:00:00 2001 From: bavidgecheryl-coder Date: Wed, 4 Mar 2026 17:42:20 +0000 Subject: [PATCH] Remove unnecessary blank line in ChatTabPool.swift --- Tool/Sources/ChatTab/ChatTabPool.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Tool/Sources/ChatTab/ChatTabPool.swift b/Tool/Sources/ChatTab/ChatTabPool.swift index 116070fd..2e605011 100644 --- a/Tool/Sources/ChatTab/ChatTabPool.swift +++ b/Tool/Sources/ChatTab/ChatTabPool.swift @@ -54,4 +54,3 @@ public extension EnvironmentValues { set { self[ChatTabPoolEnvironmentKey.self] = newValue } } } -