Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MarisaKirisame committed Oct 18, 2019
1 parent 82f2562 commit 3024bc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/relay/backend/interpreter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,7 @@ class Interpreter :
return this->Invoke(closure, args);
} else if (const RecClosureNode* closure_node = fn_val.as<RecClosureNode>()) {
return this->Invoke(closure_node->clos, args, closure_node->bind);
}
else {
} else {
LOG(FATAL) << "internal error: type error, expected function value in the call "
<< "position";
return Value();
Expand Down

0 comments on commit 3024bc2

Please sign in to comment.