From 99ed81451d03a90db465ee3322bf435ccd2917ab Mon Sep 17 00:00:00 2001 From: Jed <4679729+jedleggett@users.noreply.github.com> Date: Thu, 15 Feb 2024 21:24:49 -0600 Subject: [PATCH] ci sanity check --- transaction-relayer/src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/transaction-relayer/src/main.rs b/transaction-relayer/src/main.rs index 5038a485..5e429c2b 100644 --- a/transaction-relayer/src/main.rs +++ b/transaction-relayer/src/main.rs @@ -50,6 +50,8 @@ use tikv_jemallocator::Jemalloc; use tokio::{runtime::Builder, signal, sync::mpsc::channel}; use tonic::transport::Server; +// no-op change to test ci + #[global_allocator] static GLOBAL: Jemalloc = Jemalloc;