We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6cce85 commit 92ba158Copy full SHA for 92ba158
1 file changed
ui/goose2/src-tauri/src/commands/acp.rs
@@ -53,9 +53,7 @@ fn configured_goose_serve_secret_key() -> Result<String, String> {
53
.map(|secret| secret.trim().to_string())
54
.filter(|secret| !secret.is_empty())
55
.ok_or_else(|| {
56
- format!(
57
- "{GOOSE_SERVER_SECRET_KEY_ENV} must be set when {GOOSE_SERVE_URL_ENV} is set"
58
- )
+ format!("{GOOSE_SERVER_SECRET_KEY_ENV} must be set when {GOOSE_SERVE_URL_ENV} is set")
59
})
60
}
61
0 commit comments