Skip to content

Commit

Permalink
macro formatting cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
haricot committed Feb 12, 2025
1 parent 05365d1 commit f9847a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-core/src/dtype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ macro_rules! cpu_storage_as {
$(
(CpuStorage::$in_dtype(storage), DType::$out_dtype) => {
Ok({ let data = crate::cpu_backend::unary_map(&storage, $layout,
|v| as_!($in_dtype , $out_dtype, v));
|v| as_!($in_dtype, $out_dtype, v));
CpuStorage::$out_dtype(data)
})},
)*
Expand Down

0 comments on commit f9847a2

Please sign in to comment.