Browse Source

minor refactoring

Hovsep Papoyan 9 months ago
parent
commit
79e549f010
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/bindings.hpp

+ 1 - 2
src/bindings.hpp

@@ -304,8 +304,7 @@ void ClearEvalAutomorphismKeysByCryptoContext(const CryptoContextDCRTPoly& crypt
 [[nodiscard]] std::unique_ptr<std::vector<uint32_t>> GetExistingEvalAutomorphismKeyIndices(
     const std::string& keyTag);
 [[nodiscard]] std::unique_ptr<std::vector<uint32_t>> GetUniqueValues(
-    const std::vector<uint32_t>& oldValues,
-    const std::vector<uint32_t>& newValues);
+    const std::vector<uint32_t>& oldValues, const std::vector<uint32_t>& newValues);
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////