global: multiple fixes

This commit is contained in:
nym21
2025-06-07 09:30:42 +02:00
parent cc0f9c42df
commit 51bcbeb48f
28 changed files with 591 additions and 560 deletions

View File

@@ -54,7 +54,6 @@ impl Computer {
self.fetcher.is_some(),
computation,
self.format,
indexer.keyspace(),
)?);
Ok(())
}