Skip to content

Commit

Permalink
cleanup trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
NestyIvan committed Jun 25, 2024
1 parent 71773b1 commit 8d51171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/lib/commands/execute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const execute = async function(
case `getRenderObjectDiagnostics`:
return await getRenderObjectDiagnostics(this, args[0], args[1]);
case `getWidgetDiagnostics`:
return await getWidgetDiagnostics(this, args[0], args[1]);
return await getWidgetDiagnostics(this, args[0], args[1]);
case `getSemanticsId`:
return await getSemanticsId(this, args[0]);
case `waitForAbsent`:
Expand Down

0 comments on commit 8d51171

Please sign in to comment.