Skip to content

Commit 16ff41b

Browse files
committed
lint
1 parent f1bc080 commit 16ff41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/apple/coreml/runtime/delegate/ETCoreMLAssetManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ NS_ASSUME_NONNULL_BEGIN
107107
/// the directory and its contents are removed.
108108
///
109109
/// @param block A block to execute. The block receives a unique URL.
110-
- (void)withTemporaryDirectory:(void (^)(NSURL *directoryURL))block;
110+
- (void)withTemporaryDirectory:(void (^)(NSURL* directoryURL))block;
111111

112112

113113
/// Purges the assets storage. The assets are moved to the trash directory and are asynchronously

0 commit comments

Comments
 (0)