See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.0; | |
| import "./interfaces/LinkTokenInterface.sol"; | |
| import "./VRFRequestIDBase.sol"; | |
| /** **************************************************************************** | |
| * @notice Interface for contracts using VRF randomness | |
| * ***************************************************************************** |
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.0; | |
| import "./interfaces/LinkTokenInterface.sol"; | |
| import "./VRFRequestIDBase.sol"; | |
| /** **************************************************************************** | |
| * @notice Interface for contracts using VRF randomness | |
| * ***************************************************************************** |
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.0; | |
| import "./interfaces/LinkTokenInterface.sol"; | |
| import "./VRFRequestIDBase.sol"; | |
| /** **************************************************************************** | |
| * @notice Interface for contracts using VRF randomness | |
| * ***************************************************************************** |