mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-03 08:46:42 +00:00
chore: Enable more clang-tidy checks (#3054)
This commit is contained in:
@@ -18,7 +18,7 @@ using namespace data::impl;
|
||||
struct OutputFileTest : ::testing::Test {
|
||||
TmpFile tmpFile = TmpFile::empty();
|
||||
|
||||
std::string
|
||||
[[nodiscard]] std::string
|
||||
readFileContents() const
|
||||
{
|
||||
std::ifstream ifs(tmpFile.path, std::ios::binary);
|
||||
|
||||
Reference in New Issue
Block a user