Skip to content

Commit

Permalink
remove return type
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Sep 3, 2024
1 parent 9127357 commit 40eeace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ function isYaml(filename: string) {
return filename.endsWith('.yaml') || filename.endsWith('.yml')
}

function color(): Format {
function color() {
let pc
try {
pc = require('picocolors')
Expand Down

0 comments on commit 40eeace

Please sign in to comment.