Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulk29 committed Dec 31, 2023
1 parent b0231d7 commit 60230a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/atoll/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::paths::get_path;
use crate::shared::pdk::sky130_open_ctx;
use atoll::abs::{DebugAbstract, AtollAbstract};
use atoll::abs::{AtollAbstract, DebugAbstract};
use atoll::grid::{LayerStack, PdkLayer};
use atoll::{AtollIo, AtollTile, AtollTileBuilder, AtollTileWrapper};
use geometry::point::Point;
Expand Down

0 comments on commit 60230a0

Please sign in to comment.