Skip to content

Commit fd73310

Browse files
committed
format
1 parent 2d933a7 commit fd73310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/phi/kernels/onednn/expand_kernel.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ void ExpandKernel(const Context& dev_ctx,
5757
"The expanded size (%d) for non-existing dimensions must be "
5858
"positive for expand_v2 op.",
5959
out_new_dims[i]));
60-
60+
6161
PADDLE_ENFORCE_GE(
6262
x_vec_dims[i],
6363
0,

0 commit comments

Comments
 (0)