mirror of https://github.com/hannobraun/Fornjot
build: remove whitespace in front of comment
This commit is contained in:
parent
2b7c7d081e
commit
2496036f2d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue