diff --git a/fbpcf/mpc/EmpApp.h b/fbpcf/mpc/EmpApp.h index 68baf5e8..542da941 100644 --- a/fbpcf/mpc/EmpApp.h +++ b/fbpcf/mpc/EmpApp.h @@ -39,7 +39,7 @@ class EmpApp { useTls_{false}, tlsDir_{""} {} - virtual ~EmpApp(){}; + virtual ~EmpApp() {} virtual void run() { auto io = std::make_unique( @@ -51,7 +51,7 @@ class EmpApp { auto output = game.perfPlay(inputData); putOutputData(output); - }; + } protected: virtual InputDataType getInputData() = 0;