mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 00:19:00 +08:00
[vcpkg contact] Naming convention fix
This commit is contained in:
parent
81c9445376
commit
ef33eb96cf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user