From 89c44cf2a3555c1c3ee599dded083009d7a662e9 Mon Sep 17 00:00:00 2001 From: anakinxc Date: Wed, 31 Jul 2024 22:00:25 +0800 Subject: [PATCH] format --- psi/ecdh/basic_ecdh_oprf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psi/ecdh/basic_ecdh_oprf.cc b/psi/ecdh/basic_ecdh_oprf.cc index 3ac22a0..26c9da1 100644 --- a/psi/ecdh/basic_ecdh_oprf.cc +++ b/psi/ecdh/basic_ecdh_oprf.cc @@ -17,9 +17,9 @@ #include #include -#include "absl/strings/escaping.h" #include "FourQ_api.h" #include "FourQ_internal.h" +#include "absl/strings/escaping.h" #include "yacl/crypto/hash/blake3.h" #include "yacl/crypto/hash/hash_utils.h"