Skip to content
Snippets Groups Projects
Commit 90adc0ca authored by Martin Beseda's avatar Martin Beseda
Browse files

ENH: Code formatting

parent 4a1089e3
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,4 @@ double ConnectionFunctionConstant::eval(std::vector<double> &parameter_space) {
}
void ConnectionFunctionConstant::eval_partial_derivative(std::vector<double> &parameter_space,
std::vector<double> &weight_gradient, double alpha) {
}
\ No newline at end of file
std::vector<double> &weight_gradient, double alpha) {}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment