aboutsummaryrefslogtreecommitdiff
path: root/src/exhaustive/exhaustive.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exhaustive/exhaustive.c')
-rw-r--r--src/exhaustive/exhaustive.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exhaustive/exhaustive.c b/src/exhaustive/exhaustive.c
index d9b9a6a..768d0c4 100644
--- a/src/exhaustive/exhaustive.c
+++ b/src/exhaustive/exhaustive.c
@@ -96,7 +96,6 @@ static void exhaustive_ginit(gen_t *generators, const config_t *cfg) {
case POINTS_NONE:
generators[OFFSET_POINTS] = &gen_skip;
break;
-
}
}