Skip to content

Commit

Permalink
Namespace doesn't need to be followed by semicolon
Browse files Browse the repository at this point in the history
Summary:
Auto-generated with
```
fbgs "}; // namespace" -l | sort | uniq | sed 's/fbsource.//' | xargs -n 50 sed -i 's_}; // namespace_} // namespace_'
```

Reviewed By: dmm-fb

Differential Revision: D51029740

fbshipit-source-id: 177e3f6e6b0ab7e986b1147952cd5e2f59d4b1fc
  • Loading branch information
r-barnes authored and facebook-github-bot committed Nov 6, 2023
1 parent bcd4e13 commit 9af77b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/client/KatranSimpleClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const std::map<std::string, uint64_t> vipFlagTranslationTable = {
const std::map<std::string, uint32_t> realFlagTranslationTable = {
{"LOCAL_REAL", LOCAL_REAL},
};
}; // namespace
} // namespace

namespace lb {
namespace katran {
Expand Down

0 comments on commit 9af77b2

Please sign in to comment.