Skip to content

Commit ed714ed

Browse files
committed
Format code
1 parent 660c483 commit ed714ed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/xla/Buffer.jl

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ mutable struct HeldBuffer
88
end
99

1010
@inline function release_buffer(held_buffer::HeldBuffer)
11-
@ccall MLIR.API.mlir_c.reactant_release_pjrtbuffer(
12-
held_buffer.ptr::Ptr{Cvoid}
13-
)::Cvoid
11+
@ccall MLIR.API.mlir_c.reactant_release_pjrtbuffer(held_buffer.ptr::Ptr{Cvoid})::Cvoid
1412
end
1513

1614
mutable struct Buffer

0 commit comments

Comments
 (0)