From 269c2f3a9ce90d13651d4fe81c8d3031bbd5e366 Mon Sep 17 00:00:00 2001 From: sripwoud Date: Tue, 25 Jun 2024 12:09:04 +0200 Subject: [PATCH] test: trigger slither job --- packages/excubiae/contracts/Excubia.sol | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/excubiae/contracts/Excubia.sol b/packages/excubiae/contracts/Excubia.sol index c3a4660..ac6c928 100644 --- a/packages/excubiae/contracts/Excubia.sol +++ b/packages/excubiae/contracts/Excubia.sol @@ -4,6 +4,8 @@ pragma solidity >=0.8.0 <0.9.0; import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol"; import {IExcubia} from "./IExcubia.sol"; +// trigger slither job + /// @title Excubia. /// @notice Abstract base contract which can be extended to implement a specific excubia. /// @dev Inherit from this contract and implement the `_check` method to define