Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunderberg committed Oct 18, 2023
1 parent ddf30fb commit c673f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relax/transform/canonicalize_bindings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class BindingCanonicalizer : public ExprMutator {
}

private:
BindingCanonicalizer(CanonicalizationPlan plan) : plan_(plan) {}
explicit BindingCanonicalizer(CanonicalizationPlan plan) : plan_(plan) {}

void VisitBinding(const Binding& binding) override {
if (!plan_.bindings_to_remove.count(binding->var->vid)) {
Expand Down

0 comments on commit c673f16

Please sign in to comment.