Skip to content

Commit 5530242

Browse files
Update
[ghstack-poisoned]
2 parents 1c965c6 + e7a7acc commit 5530242

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

backends/apple/metal/runtime/shims/utils.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ AOTITorchError validate_dtype(int32_t dtype) {
3737
return Error::Ok;
3838
}
3939

40-
ET_LOG(
41-
Error,
42-
"Unsupported dtype: %d",
43-
dtype);
40+
ET_LOG(Error, "Unsupported dtype: %d", dtype);
4441
return Error::InvalidArgument;
4542
}
4643

0 commit comments

Comments
 (0)