We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bc080 commit 16ff41bCopy full SHA for 16ff41b
backends/apple/coreml/runtime/delegate/ETCoreMLAssetManager.h
@@ -107,7 +107,7 @@ NS_ASSUME_NONNULL_BEGIN
107
/// the directory and its contents are removed.
108
///
109
/// @param block A block to execute. The block receives a unique URL.
110
-- (void)withTemporaryDirectory:(void (^)(NSURL *directoryURL))block;
+- (void)withTemporaryDirectory:(void (^)(NSURL* directoryURL))block;
111
112
113
/// Purges the assets storage. The assets are moved to the trash directory and are asynchronously
0 commit comments