mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
cargo fmt
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user