Skip to content

Commit ade997a

Browse files
committed
lipstick
1 parent 29d48bc commit ade997a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/InterposeKit/InterposeKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ private struct InterposeWatcher {
292292
_dyld_register_func_for_add_image { _, _ in
293293
InterposeWatcher.globalWatcherQueue.sync {
294294
// this is called on the thread the image is loaded.
295-
InterposeWatcher.globalWatchers = InterposeWatcher.globalWatchers.filter { (waiter) -> Bool in
295+
InterposeWatcher.globalWatchers = InterposeWatcher.globalWatchers.filter { waiter -> Bool in
296296
do {
297297
if try waiter.tryExecute() == false {
298298
return true // only collect if this fails because class is not there yet

0 commit comments

Comments
 (0)