Skip to content

Commit

Permalink
Update src/interfaces/ICSFeeOracle.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Vladimir Gorkavenko <[email protected]>
  • Loading branch information
skhomuti and vgorkavenko authored Dec 2, 2024
1 parent 0a74f6f commit 19d3eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/ICSFeeOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pragma solidity 0.8.24;

import { IAssetRecovererLib } from "../lib/AssetRecovererLib.sol";
import "./ICSFeeDistributor.sol";
import { ICSFeeDistributor } from "./ICSFeeDistributor.sol";

interface ICSFeeOracle is IAssetRecovererLib {
struct ReportData {
Expand Down

0 comments on commit 19d3eca

Please sign in to comment.