Skip to content

Commit

Permalink
improve code style
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jun 20, 2023
1 parent f16f0bd commit 40ee574
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ class AttestationProtocol {
private static final byte AUDITOR_APP_VARIANT_RELEASE = 0;
private static final byte AUDITOR_APP_VARIANT_PLAY = 1;
private static final byte AUDITOR_APP_VARIANT_DEBUG = 2;

private static final int AUDITOR_APP_MINIMUM_VERSION = 47;
private static final int OS_VERSION_MINIMUM = 100000;
private static final int OS_PATCH_LEVEL_MINIMUM = 201909;
Expand Down

0 comments on commit 40ee574

Please sign in to comment.