Skip to content

Commit b78fc0a

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pythainlp/tokenize/multi_cut.py

Lines changed: 2 additions & 2 deletions
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

@@ -158,7 +158,7 @@ def find_all_segment(
158158
"""
159159
if not text or not isinstance(text, str):
160160
return []
161-
161+
162162
if not custom_dict:
163163
custom_dict = word_dict_trie()
164164

0 commit comments

Comments
 (0)