Skip to content

Commit c0a0d3e

Browse files
committed
Minor update to single header file, removed some newlines
1 parent 052bf74 commit c0a0d3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

single_include/binary_log/binary_log.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ class packer
640640

641641
} // namespace binary_log
642642

643+
643644
#pragma once
644645
#include <iostream>
645646
#include <string>
@@ -730,3 +731,5 @@ class binary_log
730731
logger.log(BINARY_LOG_CONCAT(__binary_log_format_string_id_pos, __LINE__), \
731732
##__VA_ARGS__); \
732733
}
734+
735+

0 commit comments

Comments
 (0)