mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Use snake_case
This commit is contained in:
parent
bd318ba562
commit
2ab588e817
1 changed files with 2 additions and 2 deletions
|
|
@ -1309,8 +1309,8 @@ fn get_subtitle_stats(path: &Path) -> Result<Vec<String>> {
|
|||
fonts.push(font_string)
|
||||
}
|
||||
}
|
||||
if let Some(overrideFont) = capture.name("overrideFont") {
|
||||
let font_string = overrideFont.as_str().to_string();
|
||||
if let Some(override_font) = capture.name("overrideFont") {
|
||||
let font_string = override_font.as_str().to_string();
|
||||
if !fonts.contains(&font_string) {
|
||||
fonts.push(font_string)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue