Skip to content

Commit 6ad33c0

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

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
@@ -527,7 +527,7 @@ end
527527
end
528528

529529
function to_rarray_internal(@nospecialize(::TracedRArray), ::Tuple)
530-
error("Cannot convert TracedRArray to ConcreteRArray")
530+
return error("Cannot convert TracedRArray to ConcreteRArray")
531531
end
532532
@inline to_rarray_internal(@nospecialize(x::ConcreteRArray), ::Tuple) = x
533533
@inline function to_rarray_internal(

0 commit comments

Comments
 (0)