lint: Check for missing trailing newline

This commit is contained in:
MarcoFalke
2025-05-13 11:46:58 +02:00
parent fa2b2aa27c
commit fa9198af55
4 changed files with 49 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2019-2021 The Bitcoin Core developers
// Copyright (c) 2019-present The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
@@ -66,4 +66,4 @@ FUZZ_TARGET(bech32_roundtrip)
assert(decoded.data == converted_input);
}
}
}
}