From 7384d5e519304c3fc5c7eb07986988827528ed03 Mon Sep 17 00:00:00 2001 From: Sam Dealy Date: Wed, 22 Mar 2023 15:35:13 -0700 Subject: [PATCH] Format --- util/build/enclave/src/lib.rs | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/util/build/enclave/src/lib.rs b/util/build/enclave/src/lib.rs index 76543ecb6f..1aab6e7d3c 100644 --- a/util/build/enclave/src/lib.rs +++ b/util/build/enclave/src/lib.rs @@ -245,9 +245,15 @@ impl Builder { cargo_builder .target(ENCLAVE_TARGET_TRIPLE) - .add_rust_flags(&["-D", "warnings", "-C", &feature_buf, - "--cfg", "features=\"precomputed-tables\"", - "--cfg", "curve25519_dalek_backend=\"simd\"", + .add_rust_flags(&[ + "-D", + "warnings", + "-C", + &feature_buf, + "--cfg", + "features=\"precomputed-tables\"", + "--cfg", + "curve25519_dalek_backend=\"simd\"", ]); Ok(Self {