Skip to content

Commit 0a3ec20

Browse files
committed
clang-format sqlite3_nif.c
1 parent 62ce195 commit 0a3ec20

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

c_src/sqlite3_nif.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,6 @@ exqlite_multi_step(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[])
814814
return make_error_tuple(env, am_invalid_statement);
815815
}
816816

817-
818817
ERL_NIF_TERM rows = enif_make_list_from_array(env, NULL, 0);
819818
for (int i = 0; i < chunk_size; i++) {
820819
ERL_NIF_TERM row;

0 commit comments

Comments
 (0)