Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
sdasgup3 committed Jun 19, 2024
1 parent 5eea628 commit 3ca19aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stablehlo/reference/Api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ FailureOr<func::FuncOp> getMainFunction(ModuleOp module, StringRef mainName) {
class DefaultInterpreterFallback : public InterpreterFallback {
public:
DefaultInterpreterFallback(const InterpreterConfiguration &config)
: config(config) {};
: config(config){};

virtual llvm::Error operator()(Operation &op, Scope &scope,
Process *process) final {
Expand Down

0 comments on commit 3ca19aa

Please sign in to comment.