Skip to content

Commit bb14084

Browse files
committed
chore(fmt): fix rustfmt linting
1 parent 3dfb3e8 commit bb14084

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/api/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pub mod search;
21
pub mod projects;
2+
pub mod search;
33
pub mod versions;
44

5-
use crate::{ModrinthAPI, Result, BASE_URL};
5+
use crate::{BASE_URL, ModrinthAPI, Result};

0 commit comments

Comments
 (0)