Skip to content

Commit 633cb42

Browse files
committed
Add missing blank line
1 parent 7dff561 commit 633cb42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

msgcheck/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'c': ('\\', '%', '#- +\'I.0123456789hlLqjzt', 'diouxXeEfFgGaAcsCSpnm'),
3131
}
3232

33+
3334
def count_lines(string):
3435
"""Count the number of lines in a string or translation."""
3536
count = len(string.split('\n'))

0 commit comments

Comments
 (0)