Skip to content

Commit b7dee00

Browse files
committed
Reformatted example1 sgf file for more readability
1 parent 3e2d053 commit b7dee00

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

spec/data/example1.sgf

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
(;FF[4]C[root](;C[a];C[b](;C[c])(;C[d];C[e]))(;C[f](;C[g];C[h];C[i])(;C[j])))
1+
(;FF[4]C[root]
2+
(;C[a];C[b]
3+
(;C[c])
4+
(;C[d];C[e])
5+
)
6+
(;C[f]
7+
(;C[g];C[h];C[i])
8+
(;C[j])
9+
)
10+
)

0 commit comments

Comments
 (0)