Skip to content

Commit a4fd6e9

Browse files
committed
chore: add test comment in pipeline example for clarity
1 parent cc9db33 commit a4fd6e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/cloud_firestore/cloud_firestore/pipeline_example/lib

packages/cloud_firestore/cloud_firestore/pipeline_example/lib/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,7 @@ class _PipelineExamplePageState extends State<PipelineExamplePage> {
10061006
_btn('24: lower/upper', _runPipeline24),
10071007
_btn('25: trim', _runPipeline25),
10081008
_btn('26: substring', _runPipeline26),
1009+
// test comment
10091010
_btn('28: split', _runPipeline28),
10101011
_btn('29: join', _runPipeline29),
10111012
_btn('30: if_absent', _runPipeline30),

0 commit comments

Comments
 (0)