Skip to content

Commit 65cbc36

Browse files
committed
clang-format
1 parent 28d5ece commit 65cbc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Polynomial/IR/Polynomial.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class PolynomialBase {
109109
public:
110110
PolynomialBase() = delete;
111111

112-
explicit PolynomialBase(ArrayRef<Monomial> terms) : terms(terms){};
112+
explicit PolynomialBase(ArrayRef<Monomial> terms) : terms(terms) {};
113113

114114
explicit operator bool() const { return !terms.empty(); }
115115
bool operator==(const PolynomialBase &other) const {

0 commit comments

Comments
 (0)