Browse Source

remove indentation from lang agenda

Niko Matsakis 4 years ago
parent
commit
ec08caad9a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      templates/lang_agenda.tt

+ 4 - 4
templates/lang_agenda.tt

@@ -16,7 +16,7 @@
 
 ## Pending proposals
 
-{{-issues::render(issues=pending_proposals, indent="  ", empty="No pending proposals this time.")}}
+{{-issues::render(issues=pending_proposals, indent="", empty="No pending proposals this time.")}}
 
 ## Project board review
 
@@ -24,12 +24,12 @@ Review the [Lang team project board](https://github.com/rust-lang/lang-team/proj
 
 ## Nominated RFCs
 
-{{-issues::render(issues=nominated_rfcs, indent="  ", empty="No nominated RFCs this time.")}}
+{{-issues::render(issues=nominated_rfcs, indent="", empty="No nominated RFCs this time.")}}
 
 ## P-high issues on rust-lang/rust
 
-{{-issues::render(issues=p_high_issues, indent="  ", empty="No P-high issues this time.")}}
+{{-issues::render(issues=p_high_issues, indent="", empty="No P-high issues this time.")}}
 
 ## Nominated PRs and issues on rust-lang/rust
 
-{{-issues::render(issues=nominated_prs_issues, indent="  ", empty="No nominated PRs this time.")}}
+{{-issues::render(issues=nominated_prs_issues, indent="", empty="No nominated PRs this time.")}}