Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmu committed Mar 6, 2025
1 parent 509be11 commit 38c5b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/analyzer/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func Init() {
analyzer.Rule{Id: ruleId_AddDomainConstraintsToCasts, Apply: AddDomainConstraintsToCasts},
analyzer.Rule{Id: ruleId_ReplaceNode, Apply: ReplaceNode},
analyzer.Rule{Id: ruleId_InsertContextRootFinalizer, Apply: InsertContextRootFinalizer})

initEngine()
}

Expand Down

0 comments on commit 38c5b55

Please sign in to comment.