Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fixed missing break statement (#13257)
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushghai authored and nswamy committed Nov 14, 2018
1 parent efd925e commit 6b39c6b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public static void main(String[] args) {
ObjectDetectionBenchmark inst = new ObjectDetectionBenchmark();
parse(inst, args);
model = inst;
break;
default:
System.err.println("Model name not found! " + modelName);
System.exit(1);
Expand Down

0 comments on commit 6b39c6b

Please sign in to comment.