We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88ba69 commit 1b3d2a0Copy full SHA for 1b3d2a0
crates/chat-cli/src/database/settings.rs
@@ -209,7 +209,7 @@ mod test {
209
settings.get(Setting::ShareCodeWhispererContent),
210
Some(&Value::Bool(false))
211
);
212
- assert_eq!(settings.get(Setting::McpLoadedBefore),Some(&Value::Bool(true)));
+ assert_eq!(settings.get(Setting::McpLoadedBefore), Some(&Value::Bool(true)));
213
214
settings.remove(Setting::TelemetryEnabled).await.unwrap();
215
settings.remove(Setting::OldClientId).await.unwrap();
0 commit comments