From db241485f4f9dff0f43cf5e8059ccb7bd8df5b15 Mon Sep 17 00:00:00 2001 From: Tyler Schicke Date: Mon, 28 Jan 2019 01:55:22 -0500 Subject: Formatted all files --- src/fields/DocumentReference.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fields/DocumentReference.ts') diff --git a/src/fields/DocumentReference.ts b/src/fields/DocumentReference.ts index 936067bd2..f8be335ef 100644 --- a/src/fields/DocumentReference.ts +++ b/src/fields/DocumentReference.ts @@ -4,7 +4,7 @@ import { Key } from "./Key"; import { DocumentUpdatedArgs } from "./FieldUpdatedArgs"; export class DocumentReference extends Field { - get Key(): Key{ + get Key(): Key { return this.key; } @@ -16,11 +16,11 @@ export class DocumentReference extends Field { super(); } - private DocFieldUpdated(args: DocumentUpdatedArgs):void{ + private DocFieldUpdated(args: DocumentUpdatedArgs): void { // this.FieldUpdated.emit(args.fieldArgs); } - Dereference() : Opt { + Dereference(): Opt { return this.document.GetField(this.key); } -- cgit v1.2.3-70-g09d2