Remove trailing whitespaces

This commit is contained in:
Aya Morisawa
2016-01-27 20:17:35 +09:00
parent d6c51c607b
commit 48f20e97bf
22 changed files with 209 additions and 210 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module tv4 {
// Note that every top-level property is optional in json-schema
export interface JsonSchema {
[key: string]: any;
@@ -15,7 +15,7 @@ declare module tv4 {
type?: string;
items?: any;
properties?: any;
patternProperties?: any;
patternProperties?: any;
additionalProperties?: boolean;
required?: string[];
definitions?: any;