Skip to content

Commit dd02e44

Browse files
revert: revert formatting changes
1 parent b301889 commit dd02e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/definitions/errors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { inspect } from 'util';
1+
import {inspect} from 'util';
22
import { createRequire } from "node:module";
33
const require = createRequire(import.meta.url);
44

@@ -33,7 +33,7 @@ Your configuration for the \`failComment\` option is \`${stringify(failComment)}
3333
3434
Your configuration for the \`labels\` option is \`${stringify(labels)}\`.`,
3535
}),
36-
EINVALIDASSIGNEE: ({ ssignee}) => ({
36+
EINVALIDASSIGNEE: ({assignee}) => ({
3737
message: 'Invalid `assignee` option.',
3838
details: `The [assignee option](${linkify('README.md#assignee')}) if defined, must be a non empty \`String\`.
3939

0 commit comments

Comments
 (0)