Skip to content

Commit a74bceb

Browse files
committed
remove another extraneous branch.
always true! always true! always true!
1 parent af4b193 commit a74bceb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

textile/core.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,7 @@ def block(self, text):
479479
else:
480480
line = generate_tag(block.outer_tag, block.content,
481481
block.outer_atts)
482-
if block.outer_tag != 'pre' and not has_raw_text(line):
483-
line = "\t{0}".format(line)
482+
line = "\t{0}".format(line)
484483
else:
485484
line = self.graf(line)
486485

0 commit comments

Comments
 (0)