Skip to content

Commit ea8f267

Browse files
benjaminpmikelalcon
authored andcommitted
Untabify the transformations example.
1 parent b6d3dd9 commit ea8f267

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/examples.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,14 @@ core.workflow(
196196
destination_files = glob(["third_party/copybara/**"], exclude = ["README_INTERNAL.txt"]),
197197

198198
authoring = authoring.pass_thru("Default email <[email protected]>"),
199-
transformations = [
200-
core.replace(
201-
before = "//third_party/bazel/bashunit",
202-
after = "//another/path:bashunit",
203-
paths = glob(["**/BUILD"]),
204-
),
205-
core.move("", "third_party/copybara")
199+
200+
transformations = [
201+
core.replace(
202+
before = "//third_party/bazel/bashunit",
203+
after = "//another/path:bashunit",
204+
paths = glob(["**/BUILD"]),
205+
),
206+
core.move("", "third_party/copybara"),
206207
],
207208
)
208209
```

0 commit comments

Comments
 (0)