Skip to content

Commit c2be425

Browse files
committed
try
1 parent 0bf74f6 commit c2be425

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cpp-terminal/private/file.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
#pragma once
1111

1212
#include "cpp-terminal/private/file_initializer.hpp"
13-
13+
// clang-format off
14+
#include <cstdio>
1415
#include <cstddef>
1516
#include <cstdint>
16-
#include <cstdio>
1717
#include <mutex>
1818
#include <string>
19+
// clang-format on
1920

2021
namespace Term
2122
{

0 commit comments

Comments
 (0)