build: remove whitespace in front of comment

This commit is contained in:
Hendrik Maus 2022-02-22 10:10:05 +01:00
parent 2b7c7d081e
commit 2496036f2d
No known key found for this signature in database
GPG Key ID: B6BAE8C6AA47DA8C
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ need_stdout = false
[jobs.doc-open]
command = ["cargo", "doc", "--color", "always", "--no-deps", "--open"]
need_stdout = false
on_success = "back" # so that we don't open the browser at each change
on_success = "back" # so that we don't open the browser at each change
# You can run your application and have the result displayed in bacon,
# *if* it makes sense for this crate. You can run an example the same