Remove an empty line (#472)

This commit is contained in:
Bruno Coelho 2022-09-24 10:41:17 -03:00 committed by GitHub
parent 86004885ea
commit d3dad4ef6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,6 @@ import type {RequireAtLeastOne} from 'type-fest';
type Responder = {
text?: () => string;
json?: () => string;
secure?: boolean;
};