Fix spacing

This commit is contained in:
Nathan Shively-Sanders
2017-06-20 10:05:45 -07:00
parent 3d31c89d1c
commit a1455376bf

View File

@@ -16,8 +16,8 @@ interface WriteMapper {
}
interface CloneOptions {
contents?: boolean;
deep?: boolean;
contents?: boolean;
deep?: boolean;
}
interface WriteOptions {