Skip to content

Commit f3e2194

Browse files
committed
wip
1 parent 2ddc203 commit f3e2194

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/ComposableArchitecture/Dependencies/Dismiss.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public struct DismissEffect: Sendable {
6666

6767
@MainActor
6868
public func callAsFunction(
69-
file: StaticString = #file,
7069
fileID: StaticString = #fileID,
7170
line: UInt = #line
7271
) async {
@@ -91,7 +90,6 @@ public struct DismissEffect: Sendable {
9190
@MainActor
9291
public func callAsFunction(
9392
animation: Animation?,
94-
file: StaticString = #file,
9593
fileID: StaticString = #fileID,
9694
line: UInt = #line
9795
) async {

0 commit comments

Comments
 (0)