Skip to content

Commit

Permalink
Remove extra semi colon from cachelib/navy/engine/EnginePair.cpp
Browse files Browse the repository at this point in the history
Summary:
`-Wextra-semi` or `-Wextra-semi-stmt`

If the code compiles, this is safe to land.

Reviewed By: dmm-fb

Differential Revision: D51777897

fbshipit-source-id: 2f862c727a7d464a13a613921462c39fdf5e3105
  • Loading branch information
r-barnes authored and facebook-github-bot committed Dec 2, 2023
1 parent c43484a commit 67713c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cachelib/navy/engine/EnginePair.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Status EnginePair::insertInternal(HashedKey hk,
ioErrorCount_.inc();
break;
default:;
};
}

return status;
}
Expand Down

0 comments on commit 67713c2

Please sign in to comment.