Skip to content

Commit

Permalink
make the formatter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Sep 7, 2023
1 parent 764ea42 commit 8136525
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions src/dsp_meta/domain/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ use std::collections::HashSet;
use std::fmt::{Debug, Display, Formatter};
use std::hash::Hash;

use url::Url as UrlString;

use hcl::Block;
use url::Url as UrlString;

use crate::domain::dataset::Dataset;
use crate::domain::grant::Grant;
Expand Down
4 changes: 0 additions & 4 deletions src/dsp_meta/domain/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ mod tests {
use hcl::block;
use tracing_test::traced_test;

use crate::domain::{
CreatedAt, CreatedBy, EndDate, HowToCite, Name, Shortcode, StartDate, TeaserText,
};

use super::*;

#[traced_test]
Expand Down

0 comments on commit 8136525

Please sign in to comment.