Skip to content

Commit 40eeace

Browse files
committed
remove return type
1 parent 9127357 commit 40eeace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ function isYaml(filename: string) {
414414
return filename.endsWith('.yaml') || filename.endsWith('.yml')
415415
}
416416

417-
function color(): Format {
417+
function color() {
418418
let pc
419419
try {
420420
pc = require('picocolors')

0 commit comments

Comments
 (0)