mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix CQS signal modernize-use-using in xplat/js/react-native-github/packages
Reviewed By: javache Differential Revision: D78404030
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5050d0a89e
commit
1aa3d3f864
@@ -11,9 +11,8 @@
|
||||
|
||||
class MockClock {
|
||||
public:
|
||||
typedef std::chrono::
|
||||
time_point<std::chrono::steady_clock, std::chrono::nanoseconds>
|
||||
time_point;
|
||||
using time_point = std::chrono::
|
||||
time_point<std::chrono::steady_clock, std::chrono::nanoseconds>;
|
||||
|
||||
static time_point now() noexcept {
|
||||
return time_;
|
||||
|
||||
Reference in New Issue
Block a user