From d5cee555e4900d15d86a4723b6e2d696a2c3bbf3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Apr 2026 15:32:54 +0000 Subject: [PATCH] Format array parser changes Agent-Logs-Url: https://github.com/wesleyel/swiftui-math/sessions/56436444-e15b-4dd0-8a70-c87df1e3dc4e Co-authored-by: wesleyel <48174882+wesleyel@users.noreply.github.com> --- Sources/SwiftUIMath/Internal/Syntax/Parser.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/SwiftUIMath/Internal/Syntax/Parser.swift b/Sources/SwiftUIMath/Internal/Syntax/Parser.swift index 821c3cd..2c2c86e 100644 --- a/Sources/SwiftUIMath/Internal/Syntax/Parser.swift +++ b/Sources/SwiftUIMath/Internal/Syntax/Parser.swift @@ -1345,7 +1345,8 @@ extension Math { } if self.error == nil && columnAlignments.isEmpty { - self.setError(.invalidEnvironment, message: "array environment requires column alignment specifiers") + self.setError( + .invalidEnvironment, message: "array environment requires column alignment specifiers") } return self.error == nil ? (columnAlignments, format) : (nil, nil)