Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Jan 10, 2025
1 parent 3f298e8 commit 6c5b9df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/nwb/file/ElectrodeTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ ElectrodeTable::ElectrodeTable(std::shared_ptr<IO::BaseIO> io)

ElectrodeTable::ElectrodeTable(const std::string& path,
std::shared_ptr<IO::BaseIO> io)
: DynamicTable(
electrodeTablePath, // use the electrodeTablePath
io) // TODO May need to initialize the colNames in DynamicTable
: DynamicTable(electrodeTablePath, io)
, m_electrodeDataset(std::make_unique<ElementIdentifiers>(
AQNWB::mergePaths(electrodeTablePath, "id"), io))
, m_groupNamesDataset(std::make_unique<VectorData>(
Expand Down

0 comments on commit 6c5b9df

Please sign in to comment.