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>
This commit is contained in:
committed by
GitHub
parent
f8f668f649
commit
d5cee555e4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user