Skip to content

Commit

Permalink
Remove unnecessary semicolons after namespaces
Browse files Browse the repository at this point in the history
Summary:
See title.

No code / business logic changes.

Reviewed By: vijay609

Differential Revision: D69375646

fbshipit-source-id: e0cd266a5c86723c16e425084174ffcb1339e6ea
  • Loading branch information
Sergey Sokov authored and facebook-github-bot committed Feb 10, 2025
1 parent c8c030d commit d067d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_provider/AriaVrsDataProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ auto kWifiBeaconCallback =

const int kAriaNativeRgbResolution = 2880;
const int kAriaNativeEtResolution = 640;
}; // namespace
} // namespace

namespace ark {
namespace datatools {
Expand Down

0 comments on commit d067d36

Please sign in to comment.