mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +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);
|
||||
}
|
||||
|
||||
out.write("\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user