Skip to content

Commit

Permalink
add extra new line at end of library type detection message
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Nov 25, 2020
1 parent 7c8dc5d commit 7bc3820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/LibraryTypeDetector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class LibraryTypeDetector {
} // end paired-end

auto log = spdlog::get("jointLog");
log->info("Automatically detected most likely library type as {}",
log->info("Automatically detected most likely library type as {}\n",
ifmt.toString());

active_.store(false);
Expand Down

0 comments on commit 7bc3820

Please sign in to comment.