Skip to content

Commit 9a6a8c1

Browse files
generatedunixname89002005287564facebook-github-bot
generatedunixname89002005287564
authored andcommitted
Fix CQS signal. Id] 11202868 -- modernize-concat-nested-namespaces in fbcode/thrift/lib/py/client
Reviewed By: dtolnay Differential Revision: D71109502 fbshipit-source-id: b65600290f55f73ffdd53b6b76f6f275d013d625
1 parent 6d87dc6 commit 9a6a8c1

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

thrift/lib/py/client/exceptions.h

+2-8
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@
2323

2424
#include <folly/ExceptionWrapper.h>
2525

26-
namespace thrift {
27-
namespace py {
28-
namespace client {
29-
namespace exception {
26+
namespace thrift::py::client::exception {
3027

3128
template <class T>
3229
std::unique_ptr<T> try_make_unique_exception(
@@ -35,7 +32,4 @@ std::unique_ptr<T> try_make_unique_exception(
3532
return e ? std::make_unique<T>(*e) : std::unique_ptr<T>();
3633
}
3734

38-
} // namespace exception
39-
} // namespace client
40-
} // namespace py
41-
} // namespace thrift
35+
} // namespace thrift::py::client::exception

0 commit comments

Comments
 (0)