Bug 1083971 - Added a new line in xpcom/ds/tools/make_dafsa.py to fix lint failure

This commit is contained in:
Daniel Varga 2019-07-02 16:04:46 +03:00
Родитель 6e45d0129a
Коммит 989da387ea
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -417,6 +417,7 @@ def encode(dafsa):
output.reverse()
return output
def encode_words(words):
"""Generates a dafsa representation of a word list"""
dafsa = to_dafsa(words)