Skip to content

Commit 52f022e

Browse files
committed
chore: format
1 parent fa0c379 commit 52f022e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/constants.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import {isNullOrUndefined, stripProtocolFromUrl} from './util'
44

55
const {pusher, repository} = github.context.payload
66

7-
/*
8-
* Flags to signal different scenarios to test cases
7+
/*
8+
* Flags to signal different scenarios to test cases
99
*/
1010
export enum TestFlag {
1111
NONE = 0,

src/lib.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
isNullOrUndefined
1212
} from './util'
1313

14-
/**
14+
/**
1515
* Initializes and runs the action.
1616
*/
1717
export default async function run(

0 commit comments

Comments
 (0)