From 2496036f2dc5e16f3ba5c69b59525102dfc8a962 Mon Sep 17 00:00:00 2001 From: Hendrik Maus Date: Tue, 22 Feb 2022 10:10:05 +0100 Subject: [PATCH] build: remove whitespace in front of comment --- bacon.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacon.toml b/bacon.toml index 097f49081..459e67ca5 100644 --- a/bacon.toml +++ b/bacon.toml @@ -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