Skip to content

Commit b6da28b

Browse files
committed
format
1 parent 113ad3c commit b6da28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NDTensors/ext/NDTensorsDaggerExt/similar.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ function NDTensors.similar(E::Exposed{<:DArray})
77
return Base.similar(A)
88
end
99

10-
function similar(E::Exposed{<:DArray}, eltype::Type)
10+
function NDTensors.similar(E::Exposed{<:DArray}, eltype::Type)
1111
return Base.similar(unexpose(E), eltype)
1212
end

0 commit comments

Comments
 (0)