Skip to content

Commit

Permalink
Add one space to fix display
Browse files Browse the repository at this point in the history
  • Loading branch information
matzipan committed Nov 12, 2023
1 parent a7291c0 commit 627c97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::path::PathBuf;

fn main() {
let clang_lib_path = env::var("CLANG_LIB_PATH").expect(
"CLANG_LIB_PATH is not set.\
"CLANG_LIB_PATH is not set. \
Make sure you are building from the flatpak environment",
);
let out_path = env::var("OUT_DIR").unwrap();
Expand Down

0 comments on commit 627c97e

Please sign in to comment.