Skip to content

Commit 82cda06

Browse files
committed
yarn format
1 parent 6a968aa commit 82cda06

File tree

3 files changed

+117
-100
lines changed

3 files changed

+117
-100
lines changed

packages/firestore/src/lite-api/pipeline_options.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/**
2-
* @beta
3-
* @license
1+
/**
2+
* @beta
3+
* @license
44
* Copyright 2025 Google LLC
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,24 +18,24 @@
1818

1919
import type { Pipeline } from './pipeline';
2020

21-
/**
22-
* @beta
23-
* Options defining Pipeline execution.
21+
/**
22+
* @beta
23+
* Options defining Pipeline execution.
2424
*/
2525
export interface PipelineExecuteOptions {
26-
/**
26+
/**
2727
* @beta
2828
* Pipeline to be evaluated.
2929
*/
3030
pipeline: Pipeline;
3131

32-
/**
32+
/**
3333
* @beta
3434
* Specify the index mode.
3535
*/
3636
indexMode?: 'recommended';
3737

38-
/**
38+
/**
3939
* @beta
4040
* An escape hatch to set options not known at SDK build time. These values
4141
* will be passed directly to the Firestore backend and not used by the SDK.

0 commit comments

Comments
 (0)