Skip to content

Commit

Permalink
REVERT break formatting on purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
eguiraud committed Oct 1, 2023
1 parent 1467173 commit 815b13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ float Mul::eval(const Inputs& inputs) const noexcept {

float Graph::eval(const Inputs& inputs) const noexcept {
assert(op);
return op->eval(inputs);
return op->eval(inputs);
}

float Var::eval(const Inputs& inputs) const noexcept {
Expand Down

0 comments on commit 815b13e

Please sign in to comment.