reformat remaining 4 space indentations

This commit is contained in:
Alex Kalyvitis 2020-06-24 14:12:51 +02:00
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

View file

@ -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));
} }
/** /**