This commit is contained in:
Victor Vazquez 2022-04-14 08:33:45 +00:00
parent 4ac383b560
commit c18cd64ed7

View File

@ -448,7 +448,7 @@ namespace Azure { namespace Security { namespace Attestation { namespace _detail
/**
* @brief Convert the internal attestation token to a public AttestationToken object.
*/
operator Models::AttestationToken<T> &() { return m_token; }
operator Models::AttestationToken<T>&() { return m_token; }
/**
* @brief Convert the internal attestation token to a public AttestationToken object.
*/