Skip to content

Commit ad7f26c

Browse files
committed
Format agenda-generator with rustfmt
1 parent 0308be7 commit ad7f26c

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)