Remove the space between the period

I think, this space might not be necessary.
This commit is contained in:
Yuki Ueda 2016-04-11 17:15:11 +09:00
parent 5801d6d9b0
commit b70a6d0c0d

View file

@ -294,7 +294,7 @@ export class ExtHostDocumentData extends MirrorModel2 {
}
get isDocumentReferenced(): boolean {
return this._documentRef && !weak.isDead(this._documentRef) ;
return this._documentRef && !weak.isDead(this._documentRef);
}
_acceptLanguageId(newLanguageId: string): void {