Skip to content

Commit b1f8082

Browse files
authored
fix indentation
1 parent 9067a53 commit b1f8082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/InvocationContext.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export interface InvocationContextExtraInputs {
129129
*/
130130
get(input: SqlInput): unknown;
131131

132-
/**
132+
/**
133133
* Get a secondary MySql items input for this invocation
134134
* @input the configuration object for this MySql input
135135
*/
@@ -223,7 +223,7 @@ export interface InvocationContextExtraOutputs {
223223
*/
224224
set(output: EventGridOutput, events: EventGridPartialEvent | EventGridPartialEvent[]): void;
225225

226-
/**
226+
/**
227227
* Set a secondary MySql items output for this invocation
228228
* @output the configuration object for this MySql output
229229
* @documents the output item(s) value

0 commit comments

Comments
 (0)