Skip to content
This repository was archived by the owner on Mar 9, 2023. It is now read-only.

Commit 01a7214

Browse files
committed
Format code style
1 parent 1222b91 commit 01a7214

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sudachipy/latticenode.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616

1717
__NULL_SURFACE = '(null)'
1818
UNK = WordInfo(__NULL_SURFACE, 0, -1, __NULL_SURFACE, -1,
19-
__NULL_SURFACE, __NULL_SURFACE, [], [], [])
19+
__NULL_SURFACE, __NULL_SURFACE, [], [], [])
20+
2021

2122
class LatticeNode:
2223

0 commit comments

Comments
 (0)