Remove incorrect scope comments (#2983)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2021-10-19 18:22:03 -07:00 committed by GitHub
parent 6c0901b2ff
commit e0dcc20a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ namespace Azure { namespace Security { namespace KeyVault { namespace Keys { nam
response->SetBodyStream(std::make_unique<Azure::Core::IO::MemoryBodyStream>(
reinterpret_cast<const uint8_t*>(updatedFakeKey), bodyCount.size()));
return response;
} // namespace Azure
}
const char* UpdateFakeKey(const char fakeKey[], std::string header)
{