Skip to content

Commit 489953f

Browse files
committed
clang format
1 parent a5cc228 commit 489953f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/ystdlib/io_interface/ErrorCode.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#ifndef YSTDLIB_IO_INTERFACE_ERRORCODE_HPP
22
#define YSTDLIB_IO_INTERFACE_ERRORCODE_HPP
3+
34
// NOLINTBEGIN
45

56
namespace ystdlib::io_interface {

src/ystdlib/io_interface/ReaderInterface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,5 @@ size_t ReaderInterface::get_pos() {
125125
return pos;
126126
}
127127
} // namespace ystdlib::io_interface
128+
128129
// NOLINTEND

src/ystdlib/io_interface/WriterInterface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ size_t WriterInterface::get_pos() const {
3434
return pos;
3535
}
3636
} // namespace ystdlib::io_interface
37+
3738
// NOLINTEND

0 commit comments

Comments
 (0)