diff --git a/db/seeds/backer.rb b/db/seeds/backer.rb
index 83520c9b6bb07780306cb8d3f72be0575eeff7c0..26d3f3e19c25ce79861b8464bac166881221ec8b 100644
--- a/db/seeds/backer.rb
+++ b/db/seeds/backer.rb
@@ -12,41 +12,41 @@ require 'config/environment'
 
 def create(backer_number, password)
   backer_info = [ [5072,"George", "Washington"],
-            [3742,"John", "Adams"],
-            [7782,"Thomas", "Jefferson"],
-            [2691,"James", "Madison"],
-            [6133,"James", "Monroe"],
-            [7558,"John", "Quincy Adams"],
-            [8670,"Andrew", "Jackson"],
-            [1559,"Martin Van", "Buren"],
-            [5404,"William Henry","Harrison"],
-            [6431,"John", "Tyler"],
-            [1957,"James K." , "Polk"],
-            [5323,"Zachary", "Taylor"],
-            [8784,"Millard", "Fillmore"],
-            [4267,"Franklin", "Pierce"],
-            [8891,"James", "Buchanan"],
-            [2324,"Abraham", "Lincoln"],
-            [6948,"Andrew", "Johnson"],
-            [8176,"Ulysses S.", "Grant"],
-            [6928,"Rutherford B.", "Hayes"],
-            [5677,"James A.", "Garfield"],
-            [7966,"Chester A.", "Arthur"],
-            [2893,"Grover", "Cleveland"],
-            [6828,"Benjamin", "Harrison"],
-            [2982,"William", "McKinley"],
-            [6756,"Theodore", "Roosevelt"],
-            [6658,"William Howard", "Taft"],
-            [3551,"Woodrow", "Wilson"],
-            [3088,"Warren G.", "Harding"],
-            [8379,"Calvin", "Coolidge"],
-            [7493,"Herbert", "Hoover"],
-            [2759,"Franklin D.", "Roosevelt"],
-            [1029,"Harry S.", "Truman"],
-            [4013,"Dwight D.", "Eisenhower"],
-            [8507,"John F.", "Kennedy"],
-            [1508,"Lyndon B.", "Johnson"],
-            [5258,"Richard", "Nixon"]
+                  [3742,"John", "Adams"],
+                  [7782,"Thomas", "Jefferson"],
+                  [2691,"James", "Madison"],
+                  [6133,"James", "Monroe"],
+                  [7558,"John", "Quincy Adams"],
+                  [8670,"Andrew", "Jackson"],
+                  [1559,"Martin Van", "Buren"],
+                  [5404,"William Henry","Harrison"],
+                  [6431,"John", "Tyler"],
+                  [1957,"James K." , "Polk"],
+                  [5323,"Zachary", "Taylor"],
+                  [8784,"Millard", "Fillmore"],
+                  [4267,"Franklin", "Pierce"],
+                  [8891,"James", "Buchanan"],
+                  [2324,"Abraham", "Lincoln"],
+                  [6948,"Andrew", "Johnson"],
+                  [8176,"Ulysses S.", "Grant"],
+                  [6928,"Rutherford B.", "Hayes"],
+                  [5677,"James A.", "Garfield"],
+                  [7966,"Chester A.", "Arthur"],
+                  [2893,"Grover", "Cleveland"],
+                  [6828,"Benjamin", "Harrison"],
+                  [2982,"William", "McKinley"],
+                  [6756,"Theodore", "Roosevelt"],
+                  [6658,"William Howard", "Taft"],
+                  [3551,"Woodrow", "Wilson"],
+                  [3088,"Warren G.", "Harding"],
+                  [8379,"Calvin", "Coolidge"],
+                  [7493,"Herbert", "Hoover"],
+                  [2759,"Franklin D.", "Roosevelt"],
+                  [1029,"Harry S.", "Truman"],
+                  [4013,"Dwight D.", "Eisenhower"],
+                  [8507,"John F.", "Kennedy"],
+                  [1508,"Lyndon B.", "Johnson"],
+                  [5258,"Richard", "Nixon"]
           ]
   pin =[5072,
         3742,