mirror of
https://github.com/corda/corda.git
synced 2025-02-01 00:45:59 +00:00
fix "no newline at end of file" error on FreeBSD
This commit is contained in:
parent
3a1343fb06
commit
e641f23e6c
@ -2207,5 +2207,7 @@ main(int ac, char** av)
|
|||||||
local::writeMaps(&out, declarations);
|
local::writeMaps(&out, declarations);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
out.write("\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user