Skip to content

Commit d75cfa7

Browse files
committed
Fix Copilot remark
1 parent f73eda8 commit d75cfa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/VortexStepMethod.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ function help(url)
254254
io = IOBuffer()
255255
run(pipeline(`xdg-open $url`, stderr = io))
256256
# ignore any error messages
257-
String(take!(io))
257+
_ = take!(io)
258258
else
259259
DefaultApplication.open(url)
260260
end

0 commit comments

Comments
 (0)