Skip to content

Commit e3d123e

Browse files
format code style
1 parent b93ddce commit e3d123e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

paddle/fluid/imperative/prepared_operator.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ std::shared_ptr<NameVarMap<VarType>> PrepareData(
8888
VLOG(3) << "Transform Variable " << var_base->Name() << " from "
8989
<< kernel_type_for_var << " to " << expected_kernel_key;
9090

91-
if (GetVariableWrapper(var_base)->hasCacheKey(
92-
expected_kernel_key)) {
91+
if (GetVariableWrapper(var_base)->hasCacheKey(expected_kernel_key)) {
9392
VLOG(3) << "Hit variable_wrapper cache: key="
9493
<< expected_kernel_key;
9594
std::shared_ptr<VariableWrapper> cache_var =

0 commit comments

Comments
 (0)