Apply suggestions from code review

@str4d's suggested fixes

Co-Authored-By: str4d <thestr4d@gmail.com>
This commit is contained in:
Tony Arcieri
2019-11-25 07:19:20 -08:00
committed by GitHub
parent ebbf043bc9
commit e18828d048
7 changed files with 18 additions and 8 deletions
+1
View File
@@ -117,6 +117,7 @@ impl Config {
);
}
// Always favor protected MGM
config.mgm_type = MgmType::Protected;
}
}