diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-08-31 18:13:12 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-08-31 18:13:12 -0700 |
| commit | ef33eb96cf1b27bee88aa84b6f2cb3a8c43bb952 (patch) | |
| tree | 0a0d4b12aa0aca9d3976bfd854576f755ec7a70d | |
| parent | 81c9445376e677aa04d33b125917a61020cafda9 (diff) | |
| download | vcpkg-ef33eb96cf1b27bee88aa84b6f2cb3a8c43bb952.tar.gz vcpkg-ef33eb96cf1b27bee88aa84b6f2cb3a8c43bb952.zip | |
[vcpkg contact] Naming convention fix
| -rw-r--r-- | toolsrc/src/commands_contact.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/src/commands_contact.cpp b/toolsrc/src/commands_contact.cpp index 7f4161802..8374350ee 100644 --- a/toolsrc/src/commands_contact.cpp +++ b/toolsrc/src/commands_contact.cpp @@ -7,8 +7,8 @@ namespace vcpkg::Commands::Contact { const std::string& email() { - static const std::string s_email = R"(vcpkg@microsoft.com)"; - return s_email; + static const std::string S_EMAIL = R"(vcpkg@microsoft.com)"; + return S_EMAIL; } void perform_and_exit(const VcpkgCmdArguments& args) |
