Skip to content

Commit f3fb67b

Browse files
committed
fix formatting
1 parent aa54b11 commit f3fb67b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/database/src/api/Reference_impl.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -578,9 +578,8 @@ export interface ThenableReferenceImpl
578578
* resulting list of items is chronologically sorted. The keys are also
579579
* designed to be unguessable (they contain 72 random bits of entropy).
580580
*
581-
* See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}
582-
*
583-
* See {@link https://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html | The 2^120 Ways to Ensure Unique Identifiers}
581+
* See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}.
582+
* See {@link https://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html | The 2^120 Ways to Ensure Unique Identifiers}.
584583
*
585584
* @param parent - The parent location.
586585
* @param value - Optional value to be written at the generated location.

0 commit comments

Comments
 (0)