Skip to content

Commit 593ae55

Browse files
committed
format
1 parent aa29d26 commit 593ae55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/tags.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ pub fn post(args: Args) -> Result<()> {
4747
Err(_) => api::send_reply(&args, "A database error occurred when creating the tag.")?,
4848
}
4949
} else {
50-
api::send_reply(&args, "Please reach out to a Rust team/WG member to create a tag.")?;
50+
api::send_reply(
51+
&args,
52+
"Please reach out to a Rust team/WG member to create a tag.",
53+
)?;
5154
}
5255

5356
Ok(())

0 commit comments

Comments
 (0)