reformat remaining 4 space indentations
This commit is contained in:
parent
a091618158
commit
3871ca717b
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -372,7 +372,7 @@ export async function reportActionSucceeded(action: string) {
|
||||||
* this is likely to give a more useful duration when inspecting events.
|
* this is likely to give a more useful duration when inspecting events.
|
||||||
*/
|
*/
|
||||||
export async function reportActionAborted(action: string, cause?: string) {
|
export async function reportActionAborted(action: string, cause?: string) {
|
||||||
await sendStatusReport(await createStatusReport(action, 'abort', cause));
|
await sendStatusReport(await createStatusReport(action, 'abort', cause));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue