mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 19:23:52 +00:00
cargo fmt
This commit is contained in:
@@ -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