From 834017a7e636704ff2268cccc4539e2f00d3ac41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 04:14:37 +0000 Subject: [PATCH] Format Rust code using rustfmt --- kinode/src/state.rs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kinode/src/state.rs b/kinode/src/state.rs index 8f4bd287..8b5ada83 100644 --- a/kinode/src/state.rs +++ b/kinode/src/state.rs @@ -67,8 +67,11 @@ pub async fn load_state( } let old_processes_to_remove: Vec = [ - "chain:app_store:sys", "downloads:app_store:sys", "main:app_store:sys", - "blog:kino_updates:sys", "globe:kino_updates:sys", + "chain:app_store:sys", + "downloads:app_store:sys", + "main:app_store:sys", + "blog:kino_updates:sys", + "globe:kino_updates:sys", "kns_indexer:kns_indexer:sys", ] .iter()