Skip to content

Commit 957794c

Browse files
author
hanchao
committed
fix bad ident
1 parent 23d5733 commit 957794c

File tree

1 file changed

+1
-1
lines changed
  • python/paddle/trainer_config_helpers/tests/configs

1 file changed

+1
-1
lines changed

python/paddle/trainer_config_helpers/tests/configs/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ else
3131
done
3232

3333
for file in ${whole_configs[*]}
34-
do
34+
do
3535
if ! $1 $protostr/$file.protostr $protostr/$file.protostr.unittest --whole; then
3636
diff $protostr/$file.protostr $protostr/$file.protostr.unittest -u
3737
fi

0 commit comments

Comments
 (0)