Skip to content

Commit 92ba158

Browse files
committed
style(goose2): format serve override command
Signed-off-by: Andrew Harvard <aharvard@squareup.com>
1 parent c6cce85 commit 92ba158

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • ui/goose2/src-tauri/src/commands

ui/goose2/src-tauri/src/commands/acp.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ fn configured_goose_serve_secret_key() -> Result<String, String> {
5353
.map(|secret| secret.trim().to_string())
5454
.filter(|secret| !secret.is_empty())
5555
.ok_or_else(|| {
56-
format!(
57-
"{GOOSE_SERVER_SECRET_KEY_ENV} must be set when {GOOSE_SERVE_URL_ENV} is set"
58-
)
56+
format!("{GOOSE_SERVER_SECRET_KEY_ENV} must be set when {GOOSE_SERVE_URL_ENV} is set")
5957
})
6058
}
6159

0 commit comments

Comments
 (0)