From 25d60061fcfab7c4e3d0e069cfd00be964ab30ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=83=E5=87=9B?= Date: Thu, 10 Feb 2022 10:08:00 +0800 Subject: [PATCH] fix: format --- src/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 127c809..cf514d7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,6 +1,7 @@ -import * as github from '@actions/github'; import { dealStringToArr, THANKS } from 'actions-util'; +import * as github from '@actions/github'; + import * as core from './core'; import { IssueHelperEngine } from './helper'; import type { TAction } from './types';