Skip to content

Commit 86f44b5

Browse files
🤖 dprint fmt
1 parent 8ee1a43 commit 86f44b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/xrm/xrm-tests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,5 +783,5 @@ function getStepsFromActiveStage(formContext: Xrm.FormContext) {
783783
const process = formContext.data.process;
784784

785785
// $ExpectType ItemCollection<Step>
786-
const steps = process.getActiveStage().getSteps();
787-
}
786+
const steps = process.getActiveStage().getSteps();
787+
}

0 commit comments

Comments
 (0)