Skip to content

Commit 4923b83

Browse files
committed
Fixing review comment on PR 7567
1 parent fe5e7d7 commit 4923b83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/portable/executor_runner/executor_runner.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ int main(int argc, char** argv) {
179179

180180
// Run the model.
181181
Error status = method->execute();
182-
183182
ET_CHECK_MSG(
184183
status == Error::Ok,
185184
"Execution of method %s failed with status 0x%" PRIx32,

0 commit comments

Comments
 (0)