mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
Run swift-format
This commit is contained in:
committed by
github-actions[bot]
parent
dae1b9aafb
commit
27adbdc1e6
@@ -50,13 +50,11 @@
|
||||
id: path.wrappedValue.id(
|
||||
state:
|
||||
\.[
|
||||
id: component.id,
|
||||
fileID: _HashableStaticString(rawValue: fileID),
|
||||
filePath: _HashableStaticString(rawValue: filePath),
|
||||
line: line,
|
||||
column: column
|
||||
id:component.id,fileID:_HashableStaticString(
|
||||
rawValue: fileID),filePath:_HashableStaticString(
|
||||
rawValue: filePath),line:line,column:column
|
||||
],
|
||||
action: \.[id: component.id]
|
||||
action: \.[id:component.id]
|
||||
),
|
||||
state: ToState {
|
||||
element = $0[id: component.id] ?? element
|
||||
|
||||
Reference in New Issue
Block a user