Skip to content

Commit 2214764

Browse files
generatedunixname1587093422349604meta-codesync[bot]
authored andcommitted
Fix CQS signal readability-named-parameter in xplat/yoga/tests/util (#1875)
Summary: Pull Request resolved: #1875 Differential Revision: D92381721 fbshipit-source-id: 6e87090e73e744101eeea30851d1dee36dc0fc34
1 parent 985ad38 commit 2214764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/util/TestUtil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ struct TestUtil {
2121
};
2222

2323
struct ScopedEventSubscription {
24-
explicit ScopedEventSubscription(std::function<Event::Subscriber>&&);
24+
explicit ScopedEventSubscription(std::function<Event::Subscriber>&& s);
2525
~ScopedEventSubscription();
2626
};
2727

0 commit comments

Comments
 (0)