Remove trailing line in fromwire.c

This commit is contained in:
niftynei 2020-05-21 11:26:36 +09:30 committed by Rusty Russell
parent 06ae03f487
commit 24ecb3e2b9

View file

@ -249,4 +249,3 @@ void fromwire_siphash_seed(const u8 **cursor, size_t *max,
{
fromwire(cursor, max, seed, sizeof(*seed));
}