newline at EOF

This commit is contained in:
sachaaaaa 2019-07-03 12:55:15 +10:00
parent 78ce030c49
commit f3b33c30bb
3 changed files with 3 additions and 3 deletions

View file

@ -19,4 +19,4 @@ target_link_libraries(common PUBLIC spdlog::spdlog ${Boost_LIBRARIES})
target_include_directories(common PUBLIC
${CMAKE_CURRENT_LIST_DIR}/include
${Boost_INCLUDE_DIRS}
)
)

View file

@ -74,4 +74,4 @@ void init_logging(const std::string& data_dir,
"\nOutputting logs to {}",
log_location);
}
} // namespace loki
} // namespace loki

View file

@ -31,4 +31,4 @@ class command_line_parser {
std::string binary_name_;
};
} // namespace loki
} // namespace loki