Skip to content

Commit

Permalink
Update ktfmt component on FBS:master (#44184)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebook/react-native#44184

Reviewed By: zertosh

Differential Revision: D56421174

fbshipit-source-id: 686e23775f53d67980c2e84a17d0a5c490dbec2a
  • Loading branch information
Nivaldo Bondança authored and facebook-github-bot committed Apr 22, 2024
1 parent bbea853 commit d705479
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -17,8 +17,10 @@ import com.facebook.flipper.plugins.uidebugger.core.UIDContext
abstract class Command(val context: UIDContext) {
/** The command identifier to respond to */
abstract fun identifier(): String

/** Execute the command */
abstract fun execute(params: FlipperObject, response: FlipperResponder)

/** Receiver which is the low-level handler for the incoming request */
open fun receiver(): FlipperReceiver {
return object : MainThreadFlipperReceiver() {
Expand Down

0 comments on commit d705479

Please sign in to comment.