Skip to content

Commit adfef72

Browse files
committed
Format
1 parent 81d3d7b commit adfef72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pocl/backend.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function KA.versioninfo(io::IO, ::POCLBackend)
2929
println(io, " - Julia v$(VERSION)")
3030
for jll in [SPIRV_LLVM_Backend_jll, SPIRV_Tools_jll, cl.pocl_standalone_jll]
3131
name = string(jll)
32-
println(io, " - $(name[1:end-4]): $(pkgversion(jll))")
32+
println(io, " - $(name[1:(end - 4)]): $(pkgversion(jll))")
3333
end
3434
println(io)
3535

0 commit comments

Comments
 (0)