format again

This commit is contained in:
Victor Vazquez 2022-04-14 08:36:43 +00:00
parent 2368721d3b
commit 1dd1f2447b

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.
*/