Skip to content

Commit 144b633

Browse files
Small changein the beggining of printing instructions
1 parent 073ac81 commit 144b633

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ def make_asciidoc_encoding(instr_dict):
439439
str: AsciiDoc formatted string with instruction encoding information
440440
'''
441441
asciidoc_content = ''
442-
asciidoc_content += '<<<\n'
443442

444443
for instr_name, instr_data in instr_dict.items():
445444

0 commit comments

Comments
 (0)