Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
xtofalex committed Oct 30, 2024
1 parent 79d5fd8 commit 6c030f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apps/naja_edit/NajaEdit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ int main(int argc, char* argv[]) {
spdlog::set_default_logger(edit_logger);
spdlog::flush_every(std::chrono::seconds(3));
SPDLOG_INFO("########################################################");
SPDLOG_INFO("naja_edit version: {}", NAJA_EDIT_VERSION);
SPDLOG_INFO("naja Version: {}", naja::NAJA_VERSION);
SPDLOG_INFO("naja_edit {}", NAJA_EDIT_VERSION);
SPDLOG_INFO("naja version: {}", naja::NAJA_VERSION);
SPDLOG_INFO("Git hash: {}", naja::NAJA_GIT_HASH);
SPDLOG_INFO("########################################################");

Expand Down

0 comments on commit 6c030f3

Please sign in to comment.