mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
style(compiler): Formatting
This commit is contained in:
@@ -33,7 +33,8 @@ public:
|
||||
[](GLWECipherTextType type, mlir::zamalang::V0FHEContext &fheContext) {
|
||||
auto glweSize = fheContext.parameter.getNBigGlweSize();
|
||||
auto p = fheContext.constraint.p;
|
||||
if (type.getDimension() == (signed)glweSize && type.getP() == (signed)p) {
|
||||
if (type.getDimension() == (signed)glweSize &&
|
||||
type.getP() == (signed)p) {
|
||||
return type;
|
||||
}
|
||||
return GLWECipherTextType::get(
|
||||
|
||||
Reference in New Issue
Block a user