Skip to content

Commit 9fa85e1

Browse files
authored
Tabs to spaces
1 parent 3dbca9e commit 9fa85e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ core.workflow(
200200
transformations = [
201201
core.replace(
202202
before = "//third_party/bazel/bashunit",
203-
after = "//another/path:bashunit",
203+
after = "//another/path:bashunit",
204204
paths = glob(["**/BUILD"]),
205-
),
205+
),
206206
core.move("", "third_party/copybara"),
207207
],
208208
)

0 commit comments

Comments
 (0)