mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-13 16:25:51 +00:00
[CI] clang-tidy auto fixes (#1081)
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
28188aa0f9
commit
ae135759ef
@@ -29,6 +29,7 @@
|
||||
|
||||
#include <cerrno>
|
||||
#include <chrono>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
#include <vector>
|
||||
|
||||
TEST(BatchingTests, simpleBatch)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user