Skip to content

Commit f38d55f

Browse files
committed
Fix formatting
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
1 parent d71e2e2 commit f38d55f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/BUILD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
load("@stardoc//stardoc:stardoc.bzl", "stardoc")
21
load("@aspect_bazel_lib//lib:write_source_files.bzl", "write_source_files")
2+
load("@stardoc//stardoc:stardoc.bzl", "stardoc")
33

44
stardoc(
55
name = "docs",
@@ -26,8 +26,8 @@ stardoc(
2626
)
2727

2828
write_source_files(
29-
name = "update",
30-
files = {
31-
"index.md": ":docs",
32-
}
29+
name = "update",
30+
files = {
31+
"index.md": ":docs",
32+
},
3333
)

0 commit comments

Comments
 (0)