Skip to content

Commit ae4d79d

Browse files
VladimirMakaevmeta-codesync[bot]
authored andcommitted
Daily arc lint --take CLANGFORMAT
Reviewed By: ionutluzinschi Differential Revision: D85728900 fbshipit-source-id: 022ac989ce5519b5b065a9fa8a20ce6438309b4c
1 parent 7403e85 commit ae4d79d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/react-native/ReactCommon/jsinspector-modern/RuntimeTarget.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,7 @@ class JSINSPECTOR_EXPORT RuntimeTarget : public EnableExecutorFromThis<RuntimeTa
342342
* sessions, or when the only Agent that had this domain enabled has
343343
* disconnected.
344344
*/
345-
std::pair<bool, bool> processDomainChange(
346-
Domain domain,
347-
bool enabled,
348-
const RuntimeAgent& notifyingAgent);
345+
std::pair<bool, bool> processDomainChange(Domain domain, bool enabled, const RuntimeAgent &notifyingAgent);
349346

350347
/**
351348
* Checks whether the given domain is enabled in at least one session

0 commit comments

Comments
 (0)