Skip to content

Commit b55f443

Browse files
chore: apply formatting suggestion
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f9d99b8 commit b55f443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tracing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ end
571571
end
572572

573573
function to_rarray_internal(@nospecialize(::TracedRArray), ::Tuple)
574-
error("Cannot convert TracedRArray to ConcreteRArray")
574+
return error("Cannot convert TracedRArray to ConcreteRArray")
575575
end
576576
@inline to_rarray_internal(@nospecialize(x::ConcreteRArray), ::Tuple) = x
577577
@inline function to_rarray_internal(

0 commit comments

Comments
 (0)