remove trailing white space

This commit is contained in:
vvakame
2015-10-07 02:00:27 +09:00
parent f44dbb58fe
commit e1171adaff
2 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -90,13 +90,13 @@ declare namespace __React {
$merge?: {};
$apply?(value: any): any;
}
interface UpdateSpecPath {
[key: string]: UpdateSpec;
}
type UpdateSpec = UpdateSpecCommand | UpdateSpecPath;
interface UpdateArraySpec extends UpdateSpecCommand {
$push?: any[];
$unshift?: any[];