Skip to content

Commit 5763666

Browse files
committed
Format
1 parent 7d1a2a0 commit 5763666

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ NamedDimsArrays.name(i::IndexVal) = i.name
8787
# Constructor
8888
NamedDimsArrays.named(i::Integer, name::IndexName) = IndexVal(i, name)
8989

90-
struct Index{T, Value <: AbstractUnitRange{T}} <: AbstractNamedUnitRange{T, Value, IndexName}
90+
struct Index{
91+
T, Value <: AbstractUnitRange{T},
92+
} <: AbstractNamedUnitRange{T, Value, IndexName}
9193
value::Value
9294
name::IndexName
9395
end

0 commit comments

Comments
 (0)