Remove trailing spaces

This commit is contained in:
Nico Montanari
2018-04-13 11:02:52 +02:00
committed by GitHub
parent 45ff24159b
commit 9968b18f5b
+1 -1
View File
@@ -3938,7 +3938,7 @@ export interface VirtualizedListProperties<ItemT> extends ScrollViewProperties {
inverted?: boolean;
keyExtractor?: (item: ItemT, index: number) => string;
listKey?: string;
/**