diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-05-30 01:16:56 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-05-30 01:16:56 +0200 |
| commit | 7c3fd68f703d944b05dcea08f3a46c59b41503f4 (patch) | |
| tree | 4588645c28ea9775ae39f4875b019f72269dbb6f /scripts/src | |
| parent | ffb1e095fc1d6a2d54cc7637797c625dee6ebe6a (diff) | |
chore: cleanup
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'scripts/src')
| -rw-r--r-- | scripts/src/bin/generate-charts/progress.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/src/bin/generate-charts/progress.rs b/scripts/src/bin/generate-charts/progress.rs index 1ecc09c..3cc3c26 100644 --- a/scripts/src/bin/generate-charts/progress.rs +++ b/scripts/src/bin/generate-charts/progress.rs @@ -72,6 +72,5 @@ pub fn create_progress_chart(name: &str, csv_path: &Path, output_path: &Path) -> )?; root_area.present()?; - Ok(()) } |
