Skip to content

Commit f01e495

Browse files
chore: remove trailing space
1 parent 915fff9 commit f01e495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythainlp/tokenize/multi_cut.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def segment(
136136
"""
137137
if not text or not isinstance(text, str):
138138
return []
139-
139+
140140
if not custom_dict:
141141
custom_dict = word_dict_trie()
142142

0 commit comments

Comments
 (0)