Skip to content

Commit a2757ee

Browse files
remove unnecessary line
1 parent 502a69b commit a2757ee

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/sqlancer/postgres/PostgresProvider.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ protected static int mapActions(PostgresGlobalState globalState, Action a) {
187187
case INSERT:
188188
nrPerformed = r.getInteger(0, globalState.getOptions().getMaxNumberInserts());
189189
break;
190-
191190
default:
192191
throw new AssertionError(a);
193192
}

0 commit comments

Comments
 (0)