(chore): Ran a format pass
This commit is contained in:
parent
2cd31e6fb1
commit
5685460e08
@ -248,7 +248,11 @@ fn resolve_sidecar_path(root: &Path, resource_dir: Option<&Path>) -> Result<Path
|
||||
return Ok(root_exe_path);
|
||||
}
|
||||
|
||||
let tauri_bin_sidecar_path = root.join("Journal.App").join("src-tauri").join("bin").join(exe_name);
|
||||
let tauri_bin_sidecar_path = root
|
||||
.join("Journal.App")
|
||||
.join("src-tauri")
|
||||
.join("bin")
|
||||
.join(exe_name);
|
||||
if tauri_bin_sidecar_path.exists() {
|
||||
return Ok(tauri_bin_sidecar_path);
|
||||
}
|
||||
@ -558,7 +562,9 @@ async fn speech_start(
|
||||
}
|
||||
};
|
||||
|
||||
if let Some(items) = read_field(&poll_data, "items", "Items").and_then(|node| node.as_array()) {
|
||||
if let Some(items) =
|
||||
read_field(&poll_data, "items", "Items").and_then(|node| node.as_array())
|
||||
{
|
||||
for item in items {
|
||||
if let Some(text) = item.as_str() {
|
||||
let _ = app_for_poll
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user