Skip to content

Commit 3571df8

Browse files
committed
Remove unused '\n' in comments
1 parent 96e4663 commit 3571df8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/paddle/fluid/layers/layer_function_generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def escape_math(text):
7676
line_begin = ' {0}: '.format(_convert_(each_input.name))
7777
buf.write(line_begin)
7878
buf.write(escape_math(each_input.comment))
79-
buf.write('\n')
8079
if each_input.duplicable:
8180
buf.write(" Duplicatable.")
8281
if each_input.dispensable:

0 commit comments

Comments
 (0)