Skip to content

Commit 119247b

Browse files
authored
Removed ellipses in comments (#166)
Apparently the tooling automatically adds these when using exclude code
1 parent 2a478c4 commit 119247b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/adaptivelayouts/SampleListDetailPaneScaffold.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ fun SampleListDetailPaneScaffoldParts() {
5656
// [START android_compose_adaptivelayouts_sample_list_detail_pane_scaffold_part03]
5757
ListDetailPaneScaffold(
5858
scaffoldState = state,
59-
/* ... */
6059
// [START_EXCLUDE]
6160
listPane = {},
6261
detailPane = {},
@@ -77,7 +76,6 @@ fun SampleListDetailPaneScaffoldParts() {
7776
}
7877
)
7978
},
80-
/* ... */
8179
// [START_EXCLUDE]
8280
detailPane = {},
8381
// [END_EXCLUDE]
@@ -87,7 +85,7 @@ fun SampleListDetailPaneScaffoldParts() {
8785
// [START android_compose_adaptivelayouts_sample_list_detail_pane_scaffold_part05]
8886
ListDetailPaneScaffold(
8987
scaffoldState = state,
90-
listPane = /* ... */
88+
listPane =
9189
// [START_EXCLUDE]
9290
{},
9391
// [END_EXCLUDE]

0 commit comments

Comments
 (0)