Skip to content

Commit

Permalink
add new line at the end of rio.c
Browse files Browse the repository at this point in the history
  • Loading branch information
amitnagl committed Apr 16, 2024
1 parent bfa469d commit 2eaa109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rio.c
Original file line number Diff line number Diff line change
Expand Up @@ -653,4 +653,4 @@ void rioFreeConnset(rio *r) {
zfree(r->io.connset.conns);
zfree(r->io.connset.state);
sdsfree(r->io.connset.buf);
}
}

0 comments on commit 2eaa109

Please sign in to comment.