Skip to content

Commit 68cdfe2

Browse files
committed
lnm: return void not port in untyped
fix #25
1 parent f16eb21 commit 68cdfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/lnm/untyped/modulegraph.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
(parse-error "Input is not a TiKZ picture")]
9494
[(string=? "\\begin{tikzpicture}" (string-trim line))
9595
;; Success! We have id'd this file as a TiKZ picture
96-
port]
96+
(void)]
9797
[else
9898
;; Try again with what's left
9999
(ensure-tikz port)]))

0 commit comments

Comments
 (0)