Skip to content

Commit d79c996

Browse files
committed
Fix meson formatting
1 parent 51cad2a commit d79c996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ doc_bootstrap = custom_target(
3535
# doc_src is not really a dependency of the bootstrap, but we want to make sure
3636
# that all the source files are present before running the actual doc build
3737
# so let's collect all source-related targets here.
38-
depends: doc_src
38+
depends: doc_src,
3939
)
4040

4141
references = run_command(

0 commit comments

Comments
 (0)