1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

cargo fmt

This commit is contained in:
John Harrington
2025-11-21 08:19:50 -07:00
parent f55e6992da
commit 61ace267f0
2 changed files with 6 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
use anyhow::{anyhow, Result};
use async_trait::async_trait;
use security_framework::passwords::get_generic_password;
#[cfg(feature = "sandbox")]
use std::ffi::CString;
#[cfg(feature = "sandbox")]
use std::os::raw::c_char;
use anyhow::{anyhow, Result};
use async_trait::async_trait;
use security_framework::passwords::get_generic_password;
use crate::{
chromium::{BrowserConfig, CryptoService, LocalState},
util,

View File

@@ -1,8 +1,9 @@
#[cfg(target_os = "macos")]
fn main() {
use glob::glob;
use std::process::Command;
use glob::glob;
let out_dir = std::env::var("OUT_DIR").unwrap();
// Compile Swift files FIRST (generates Bitwarden-Swift.h for browser_access.m)