From 0ca76c7427854e50ec0ee60a299ef757386c71d2 Mon Sep 17 00:00:00 2001 From: Zachary Eisinger Date: Thu, 16 Jul 2020 14:39:19 -0700 Subject: [PATCH] Format fixes --- src/authutil.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/authutil.ts b/src/authutil.ts index c7a88db..463f0d3 100644 --- a/src/authutil.ts +++ b/src/authutil.ts @@ -4,7 +4,7 @@ import * as core from '@actions/core'; import * as github from '@actions/github'; import * as xmlbuilder from 'xmlbuilder'; import * as xmlParser from 'fast-xml-parser'; -import { ProcessEnvOptions } from 'child_process'; +import {ProcessEnvOptions} from 'child_process'; export function configAuthentication( feedUrl: string,