Skip to content

Commit 1a0f3a9

Browse files
committed
fix formatting
1 parent bffa374 commit 1a0f3a9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ use std::process::Command;
44
#[cfg(target_os = "macos")]
55
fn main() {
66
let swift_file = "src/macos/nowplaying.swift";
7-
8-
// Output directory for compiled library
97
let out_dir = env::var("OUT_DIR").unwrap();
108
let lib_path = format!("{}/libswiftlib.a", out_dir);
119

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ impl MediaSession {
134134
pub fn stop(&self) {
135135
self.backend.stop_session();
136136
}
137-
}
137+
}

0 commit comments

Comments
 (0)