chore: Remove trailing whitespace

This commit is contained in:
Offir Golan 2019-02-05 09:56:48 -08:00 committed by GitHub
parent 7cfcc63349
commit f68b114c80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ declare namespace URLParse {
| 'username';
type QueryParser = (query: string) => object;
type StringifyQuery = (query: object) => string;
}