Skip to content

Commit 02f565e

Browse files
swolchokfacebook-github-bot
authored andcommitted
Fix indentation in selective build example code (#2773)
Summary: Pull Request resolved: #2773 Noticed this page didn't line up right. Now it does. Reviewed By: mergennachin, kirklandsign Differential Revision: D55542836 fbshipit-source-id: a25a376ce9e77f3bc360e9ab6cf15c9ae9ecc7bf
1 parent 3661a11 commit 02f565e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/kernel-library-selective-build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ functions_yaml_target = "//executorch/kernels/portable:functions.yaml",
101101
deps = [
102102
"//executorch/examples/portable/custom_ops:custom_ops_1", # kernel library
103103
"//executorch/examples/portable/custom_ops:custom_ops_2", # kernel library
104-
"//executorch/kernels/portable:operators", # kernel library
104+
"//executorch/kernels/portable:operators", # kernel library
105105
":select_ops_from_yaml",
106-
":select_ops_in_list",
106+
":select_ops_in_list",
107107
],
108108
)
109109
```

0 commit comments

Comments
 (0)