Skip to content

Commit

Permalink
BRAYNS-632 Fix spike report. (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien4193 authored Apr 30, 2024
1 parent 1e09b00 commit bb8e5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CircuitExplorer/io/sonataloader/ParameterCheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class NodeChecker
{
throw std::invalid_argument("Invalid report type for node population " + population);
}
break;
return;
}
case sl::ReportType::Synapse:
{
Expand Down

0 comments on commit bb8e5a2

Please sign in to comment.