Skip to content

Commit

Permalink
build: remove whitespace in front of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmaus committed Feb 22, 2022
1 parent 2b7c7d0 commit 2496036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bacon.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2496036

Please sign in to comment.