Skip to content

Commit 83caf8b

Browse files
Fmt 2
1 parent 710f238 commit 83caf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/enzyme_ad/jax/Passes/Tessera/FuncToTessera.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class FuncOpRewrite final : public OpRewritePattern<func::FuncOp> {
4545

4646
// Create the `tessera.define` op
4747
auto tesseraDefineOp = rewriter.create<tessera::DefineOp>(
48-
funcOp.getLoc(), funcOp.getName(), fnType);
48+
funcOp.getLoc(), funcOp.getName(), fnType);
4949

5050
// Copy over all attributes other than the function name and type.
5151
for (const auto &namedAttr : funcOp->getAttrs()) {

0 commit comments

Comments
 (0)