Skip to content

Commit a07b007

Browse files
committed
Linting
1 parent cafbe89 commit a07b007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernels/quantized/cpu/op_dequantize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Tensor& dequantize_per_channel_out(
385385
auto zero_point = opt_zero_points.value();
386386
ET_CHECK_MSG(
387387
zero_point.scalar_type() == ScalarType::Int ||
388-
zero_point.scalar_type() == ScalarType::Long,
388+
zero_point.scalar_type() == ScalarType::Long,
389389
"zero_point.scalar_type() %" PRId8 " is not integer type",
390390
static_cast<int8_t>(zero_point.scalar_type()));
391391

0 commit comments

Comments
 (0)