Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dk1a committed Jul 25, 2023
1 parent 7c8e85f commit 70cdeaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions packages/store/src/tightcoder/TightCoder.sol
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.0;

import { SchemaType } from "@latticexyz/schema-type/src/solidity/SchemaType.sol";
import { Slice, SliceLib } from "../Slice.sol";
import { Slice } from "../Slice.sol";

library TightCoder {
/**
Expand Down
1 change: 0 additions & 1 deletion packages/store/test/tightcoder/TightCoder.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pragma solidity >=0.8.0;

import { Test } from "forge-std/Test.sol";
import { GasReporter } from "@latticexyz/gas-report/src/GasReporter.sol";
import { SchemaType } from "@latticexyz/schema-type/src/solidity/SchemaType.sol";
import { SliceLib } from "../../src/Slice.sol";
import { EncodeArray } from "../../src/tightcoder/EncodeArray.sol";

Expand Down

0 comments on commit 70cdeaf

Please sign in to comment.