Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sdasgup3 committed Jul 19, 2024
1 parent 89ed1d1 commit 31dca25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stablehlo/integrations/c/CheckDialect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ limitations under the License.
#include "mlir/CAPI/Registration.h"
#include "stablehlo/tests/CheckOps.h"

MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(Check, check, mlir::stablehlo::check::CheckDialect)
MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(Check, check,
mlir::stablehlo::check::CheckDialect)

0 comments on commit 31dca25

Please sign in to comment.