Skip to content

Commit a2ef17d

Browse files
committed
get coverage back to 100%
1 parent 23ca417 commit a2ef17d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/CLI/App.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2309,9 +2309,8 @@ class App {
23092309
positional_only = true;
23102310
}
23112311
break;
2312-
2313-
default:
23142312
// LCOV_EXCL_START
2313+
default:
23152314
throw HorribleError("unrecognized classifier (you should not see this!)");
23162315
// LCOV_EXCL_END
23172316
}

0 commit comments

Comments
 (0)