Skip to content

Commit 599faf9

Browse files
committed
more swift-format
1 parent 9227520 commit 599faf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/MLXNN/Module.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@ extension UpdateError: LocalizedError {
15841584
return "Mismatched containers: \(base) \(key)"
15851585
case .mismatchedSize(
15861586
let
1587-
path, let modules, expectedShape: let expectedShape, actualShape: let actualShape):
1587+
path, let modules, let expectedShape, let actualShape):
15881588
return
15891589
"Mismatched parameter \(path.joined(separator: ".")) in \(modules.joined(separator: ".")) shape. Actual \(actualShape), expected \(expectedShape)"
15901590
case .keyNotFound(let path, let modules):

0 commit comments

Comments
 (0)