Add missing new line at end of file

This commit is contained in:
Eirik Ogilvie-Wigley 2019-07-29 19:07:27 -06:00
parent e6b63d1f78
commit 68e9d2164c
1 changed files with 1 additions and 1 deletions

View File

@ -47,4 +47,4 @@ namespace Consensus {
int64_t Params::MaxActualTimespan(int nHeight) const {
return (AveragingWindowTimespan(nHeight) * (100 + nPowMaxAdjustDown)) / 100;
}
}
}