Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 8438807

Browse files
clang
1 parent edc5222 commit 8438807

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/soma.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ namespace morphio {
88

99

1010
Soma::Soma(const Property::Properties& properties)
11-
: soma_type_(properties._cellLevel._somaType),
12-
properties_(properties._somaLevel) {}
11+
: soma_type_(properties._cellLevel._somaType)
12+
, properties_(properties._somaLevel) {}
1313

1414

1515
Soma::Soma(const Property::PointLevel& point_properties)

0 commit comments

Comments
 (0)