Skip to content

Commit

Permalink
Fix lint warning in ReactChoreographer
Browse files Browse the repository at this point in the history
Summary: changelog: [internal] internal

Reviewed By: javache

Differential Revision: D41621588

fbshipit-source-id: b85e001589f4b0eb7bc5b82329b2fcd9473a0dd2
  • Loading branch information
mdvacca authored and facebook-github-bot committed Dec 7, 2022
1 parent a98861f commit 0df2530
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public enum CallbackType {

private final int mOrder;

private CallbackType(int order) {
CallbackType(int order) {
mOrder = order;
}

Expand Down

0 comments on commit 0df2530

Please sign in to comment.