diff options
Diffstat (limited to 'toolsrc/src/LineInfo.cpp')
| -rw-r--r-- | toolsrc/src/LineInfo.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/toolsrc/src/LineInfo.cpp b/toolsrc/src/LineInfo.cpp index e32d237f4..d1bf9a4b1 100644 --- a/toolsrc/src/LineInfo.cpp +++ b/toolsrc/src/LineInfo.cpp @@ -1,11 +1,9 @@ #include "pch.h" + #include "LineInfo.h" #include "vcpkg_Strings.h" namespace vcpkg { - std::string LineInfo::to_string() const - { - return Strings::format("%s(%d)", this->file_name, this->line_number); - } + std::string LineInfo::to_string() const { return Strings::format("%s(%d)", this->file_name, this->line_number); } } |
