Skip to content

Commit

Permalink
Remove an empty line (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocoelho authored Sep 24, 2022
1 parent 8600488 commit d3dad4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/require-at-least-one.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import type {RequireAtLeastOne} from 'type-fest';
type Responder = {
text?: () => string;
json?: () => string;
secure?: boolean;
};
Expand Down

0 comments on commit d3dad4e

Please sign in to comment.