mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
corrected formatting of generated code
This commit is contained in:
parent
2845371c50
commit
2ec6f54776
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ fn main() {
|
|||
fs::copy(&zig_libc_path, &out_file).unwrap();
|
||||
|
||||
// Generate some Rust code to indicate where the file is
|
||||
let generated_rust = format!("pub const WASI_LIBC_PATH: &str = \"{}\";\n", out_file);
|
||||
let generated_rust = format!("pub const WASI_LIBC_PATH: &str =\n\t\"{}\";\n", out_file);
|
||||
fs::write("src/generated.rs", generated_rust).unwrap();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue