Skip to content

Commit

Permalink
line length
Browse files Browse the repository at this point in the history
  • Loading branch information
Felienne committed Sep 20, 2024
1 parent 7ebee28 commit 33330a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/workbook/workbook_rewriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}


line = '____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________<br>\n'
line = '_' * 292 + '<br>\n'


def convert_json(json):
Expand Down

0 comments on commit 33330a6

Please sign in to comment.