Skip to content

Commit 5d00f2e

Browse files
authored
Merge pull request #302 from dtolnay-contrib/rustfmt
Format agenda-generator with rustfmt
2 parents 0308be7 + ad7f26c commit 5d00f2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/agenda-generator/src/generator.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,9 @@ impl Generator {
337337
for fcp in fcps {
338338
let url = shorten(&format!(
339339
"https://github.com/{}/issues/{}", //#issuecomment-{}",
340-
fcp.issue.repository, fcp.issue.number, // fcp.status_comment.id
340+
fcp.issue.repository,
341+
fcp.issue.number,
342+
// fcp.status_comment.id
341343
));
342344
write!(
343345
self.agenda,

0 commit comments

Comments
 (0)