Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use HandlerCallbackPtr<T> instead of std::unique_ptr<HandlerCallback<…
…T>> (part 2) Summary: This is a follow-up of {D55937714} with some cases missed from the original codemod because of whitespaces not being accounted for in the regex. Like the parent diff, this is a no-op. ``` $ codemod -m '(std::)?unique_ptr\s*<\s*(apache::thrift::)?HandlerCallback\s*<(.*?)>\s*' '\2HandlerCallbackPtr<\3' ``` Reviewed By: thedavekwon Differential Revision: D55983582 fbshipit-source-id: 3181ad2a96a4ed24355a6148cd18d37dbdb0e3e6
- Loading branch information