Skip to content

Commit 4b9104d

Browse files
fix rs fmt
1 parent 9ef67ae commit 4b9104d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/api/users.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ pub async fn get_packages_handler(
7777
.map(|package| ApiPackage::from((package, None, Default::default())))
7878
.collect(),
7979
)
80-
}
80+
}

0 commit comments

Comments
 (0)