From 2ca7dd57b12861e8c9bbc9238cda612e0ff22ff3 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 12 Jun 2026 17:16:19 +0200 Subject: chore(treewide): Cleanup themes --- crates/turtle/src/command/client/sync.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'crates/turtle/src/command/client/sync.rs') diff --git a/crates/turtle/src/command/client/sync.rs b/crates/turtle/src/command/client/sync.rs index 84b74cc1..c29a82fc 100644 --- a/crates/turtle/src/command/client/sync.rs +++ b/crates/turtle/src/command/client/sync.rs @@ -4,7 +4,11 @@ use serde_json::json; use crate::{ atuin_client::{ - database::ClientSqlite, encryption, history::store::HistoryStore, record::{sqlite_store::SqliteStore, store::Store, sync}, settings::Settings + database::ClientSqlite, + encryption, + history::store::HistoryStore, + record::{sqlite_store::SqliteStore, sync}, + settings::Settings, }, atuin_common::utils, }; -- cgit v1.3.1