Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Jan 19, 2022
1 parent edc5222 commit 8438807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/soma.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ namespace morphio {


Soma::Soma(const Property::Properties& properties)
: soma_type_(properties._cellLevel._somaType),
properties_(properties._somaLevel) {}
: soma_type_(properties._cellLevel._somaType)
, properties_(properties._somaLevel) {}


Soma::Soma(const Property::PointLevel& point_properties)
Expand Down

0 comments on commit 8438807

Please sign in to comment.