chore: fix linting and formatting

This commit is contained in:
yb
2026-03-24 22:50:28 +01:00
parent 001a292185
commit 880014d4c4
2 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ pub enum SyncMode {
Encrypted,
}
#[derive(Debug, Serialize, Deserialize, Clone)]
#[derive(Debug, Serialize, Deserialize, Clone, Default)]
pub struct BrowserProfile {
pub id: uuid::Uuid,
pub name: String,