Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Sep 6, 2024
1 parent 6eb614d commit 311607e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suanPan.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ namespace fs = std::filesystem;
namespace suanpan {
inline std::mutex print_mutex;

inline std::string pattern(const std::string_view header, const std::string_view& file_name, const std::string_view& format) {
inline std::string pattern(const std::string_view header, const std::string_view file_name, const std::string_view format) {
std::string pattern{header};
pattern += fs::path(file_name).filename().string();
pattern += ":{} ~> ";
Expand Down

0 comments on commit 311607e

Please sign in to comment.