Skip to content

Commit e13f2cd

Browse files
committed
Updated formatting
1 parent 858d6a1 commit e13f2cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/database/test/helpers/EventAccumulator.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
* limitations under the License.
1616
*/
1717

18-
export const EventAccumulatorFactory = { // TODO: Convert to use generics to take the most advantage of types.
18+
export const EventAccumulatorFactory = {
19+
// TODO: Convert to use generics to take the most advantage of types.
1920
waitsForCount: maxCount => {
2021
// Note: This should be used sparingly as it can result in more events being raised than expected
2122
let count = 0;

0 commit comments

Comments
 (0)