Skip to content

Commit 4772c0f

Browse files
r-barnesfacebook-github-bot
authored andcommitted
Remove extra semi colon from fb_mysql/8.0.28/rocksdb/util/murmurhash.cc (#537)
Summary: Pull Request resolved: #537 `-Wextra-semi` or `-Wextra-semi-stmt` If the code compiles, this is safe to land. Reviewed By: palmje Differential Revision: D55087362 fbshipit-source-id: b9840b474e275149c3b80e5c8f1bfcc483da3ff9
1 parent 76ee6a9 commit 4772c0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fbpcf/mpc/EmpApp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class EmpApp {
3939
useTls_{false},
4040
tlsDir_{""} {}
4141

42-
virtual ~EmpApp(){};
42+
virtual ~EmpApp() {}
4343

4444
virtual void run() {
4545
auto io = std::make_unique<emp::NetIO>(
@@ -51,7 +51,7 @@ class EmpApp {
5151
auto output = game.perfPlay(inputData);
5252

5353
putOutputData(output);
54-
};
54+
}
5555

5656
protected:
5757
virtual InputDataType getInputData() = 0;

0 commit comments

Comments
 (0)