Skip to content

Commit 9c58011

Browse files
committed
Fix /tab, space mix usage
1 parent 71d1c1e commit 9c58011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/check_file_diff_approvals.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ API_FILES=("CMakeLists.txt"
3333
"paddle/fluid/framework/ir/node.h"
3434
"paddle/fluid/framework/ir/graph.h"
3535
"paddle/fluid/framework/framework.proto"
36-
"python/paddle/distributed/__init"
37-
"python/paddle/distributed/fleet/__init__.py"
36+
"python/paddle/distributed/__init"
37+
"python/paddle/distributed/fleet/__init__.py"
3838
"python/requirements.txt"
3939
"python/paddle/fluid/__init__.py"
4040
"python/paddle/fluid/compiler.py"

0 commit comments

Comments
 (0)