Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
heplesser committed Aug 27, 2024
1 parent 4291be7 commit 6744b09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nestkernel/conn_builder.h
Original file line number Diff line number Diff line change
Expand Up @@ -422,11 +422,12 @@ class ThirdOutBuilder : public BipartiteConnBuilder
const DictionaryDatum& third_conn_spec,
const std::vector< DictionaryDatum >& syn_specs );

//! Only call third_connect() on ThirdOutBuilder
void
connect() override final
{
assert( false );
} //!< only call third_connect() on ThirdOutBuilder
}

/**
* Create third-factor connection for given primary connection.
Expand Down

0 comments on commit 6744b09

Please sign in to comment.