Skip to content

Commit 505d084

Browse files
authored
chore: redo typo PR by phrwlk (#19008)
Thanks phrwlk for #18887. Our policy is to redo typo changes to dissuade metric farming. This is an automated script.
2 parents 9fdec79 + 3566b09 commit 505d084

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bb-pilcom/bb-pil-backend/src/file_writer.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ use std::io::Write;
33
use std::path::Path;
44

55
pub struct BBFiles {
6-
pub vm_name: String,
76
pub base_dir: String,
87
pub relations: String,
98
}
@@ -17,7 +16,6 @@ impl BBFiles {
1716
let relations = relations.unwrap_or("relations").to_owned();
1817

1918
Self {
20-
vm_name: vm_name.to_owned(),
2119
base_dir,
2220
relations,
2321
}

0 commit comments

Comments
 (0)