Skip to content

Commit c290da6

Browse files
committed
Spaces instead of tabs for buck
1 parent 04169a0 commit c290da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/tools/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def define_common_targets(is_fbcode = False):
2828
main_module = "executorch.codegen.tools.gen_oplist",
2929
deps = [
3030
":gen_oplist_lib",
31-
"//executorch/exir:lib"
31+
"//executorch/exir:lib",
3232
],
3333
preload_deps = [] if runtime.is_oss else ["//executorch/codegen/tools/fb:selective_build"], # TODO(larryliu0820) :selective_build doesn't build in OSS yet
3434
package_style = "inplace",

0 commit comments

Comments
 (0)