Skip to content

Commit

Permalink
Fixed formatting issue in education section of Template 9 (Issue #100) (
Browse files Browse the repository at this point in the history
  • Loading branch information
cookster9 authored and saadq committed Sep 22, 2019
1 parent 3de226a commit 8f76388
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/server/src/generator/templates/template9/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ const generator: Template9Generator = {
\\EducationEntry
{${degreeLine}}
{${dateRange || ''}}
{${nameLine}${i < lastSchoolIndex ? '\\\\' : ''}}
{${nameLine}}
${i < lastSchoolIndex ? '\\sepspace' : ''}
`
})}
`
Expand Down

0 comments on commit 8f76388

Please sign in to comment.