Skip to content

Commit

Permalink
fix: csv format
Browse files Browse the repository at this point in the history
  • Loading branch information
yehjxraymond committed Nov 24, 2019
1 parent e70936c commit 722f4a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions static/csv/candidates.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
title;description;
Candidate 1;This is a good candidate;
Candidate 2;This is a good candidate too;
title;description
Candidate 1;This is a good candidate
Candidate 2;This is a good candidate too
6 changes: 3 additions & 3 deletions static/csv/voters.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name;email;
voter 1;voter1@example.com;
voter 2;voter2@example.com;
name;email
voter 1;voter1@example.com
voter 2;voter2@example.com

0 comments on commit 722f4a4

Please sign in to comment.