Skip to content

Commit cdc2064

Browse files
committed
cargo fmt
1 parent 28ad5fc commit cdc2064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/raydium-cpmm-parser/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use std::{env, path::PathBuf};
99

1010
fn main() {
1111
let out_dir = PathBuf::from(env::var("OUT_DIR").unwrap());
12-
std::env::set_var("PROTOC", protobuf_src::protoc());
12+
std::env::set_var("PROTOC", protobuf_src::protoc());
1313
// #[cfg(feature = "proto")]
1414
prost_build::Config::new()
1515
.enable_type_names()

crates/raydium-launchpad-parser/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use std::{env, path::PathBuf};
99

1010
fn main() {
1111
let out_dir = PathBuf::from(env::var("OUT_DIR").unwrap());
12-
std::env::set_var("PROTOC", protobuf_src::protoc());
12+
std::env::set_var("PROTOC", protobuf_src::protoc());
1313
// #[cfg(feature = "proto")]
1414
prost_build::Config::new()
1515
.enable_type_names()

0 commit comments

Comments
 (0)