We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16eb21 commit 68cdfe2Copy full SHA for 68cdfe2
benchmarks/lnm/untyped/modulegraph.rkt
@@ -93,7 +93,7 @@
93
(parse-error "Input is not a TiKZ picture")]
94
[(string=? "\\begin{tikzpicture}" (string-trim line))
95
;; Success! We have id'd this file as a TiKZ picture
96
- port]
+ (void)]
97
[else
98
;; Try again with what's left
99
(ensure-tikz port)]))
0 commit comments