Skip to content

Commit fc81d74

Browse files
committed
cleanup
1 parent 76211cb commit fc81d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgt_workspace/src/workspace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub use self::client::{TransportRequest, WorkspaceClient, WorkspaceTransport};
44
use pgt_analyse::RuleCategories;
55
use pgt_configuration::{PartialConfiguration, RuleSelector};
66
use pgt_fs::PgTPath;
7-
use pgt_text_size::{TextRange, TextSize};
7+
use pgt_text_size::TextRange;
88
use serde::{Deserialize, Serialize};
99

1010
use crate::{

0 commit comments

Comments
 (0)