style(compiler): Formatting

This commit is contained in:
Quentin Bourgerie
2021-11-24 09:18:42 +01:00
parent ddbafd713d
commit fe6de8f0c5

View File

@@ -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(