Skip to content

Commit

Permalink
restyled
Browse files Browse the repository at this point in the history
  • Loading branch information
jtung-apple committed Sep 2, 2022
1 parent 711527f commit 18cfcc0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class AttestationTrustStore
virtual ~AttestationTrustStore() = default;

// Not copyable
AttestationTrustStore(const AttestationTrustStore &) = delete;
AttestationTrustStore(const AttestationTrustStore &) = delete;
AttestationTrustStore & operator=(const AttestationTrustStore &) = delete;

/**
Expand Down Expand Up @@ -197,7 +197,7 @@ class DeviceAttestationVerifier
virtual ~DeviceAttestationVerifier() = default;

// Not copyable
DeviceAttestationVerifier(const DeviceAttestationVerifier &) = delete;
DeviceAttestationVerifier(const DeviceAttestationVerifier &) = delete;
DeviceAttestationVerifier & operator=(const DeviceAttestationVerifier &) = delete;

struct AttestationInfo
Expand Down

0 comments on commit 18cfcc0

Please sign in to comment.