Skip to content

Commit 2dae5a4

Browse files
F1 update G.P. Saudia Arabia 2021
1 parent ccabd9c commit 2dae5a4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

1_CS/LINQ/DataLib/Formula1.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ public static class Formula1
3434
new("Jacques", "Villeneuve", "Canada", 165, 11, new int[] { 1997 }, new string[] { "Williams" }),
3535
new("Mika", "Hakkinen", "Finland", 160, 20, new int[] { 1998, 1999 }, new string[] { "McLaren" }),
3636
new("Michael", "Schumacher", "Germany", 287, 91, new int[] { 1994, 1995, 2000, 2001, 2002, 2003, 2004 }, new string[] { "Benetton", "Ferrari" }),
37-
new("Fernando", "Alonso", "Spain", 335, 32, new int[] { 2005, 2006 }, new string[] { "Renault" }),
38-
new("Kimi", "Räikkönen", "Finland", 351, 21, new int[] { 2007 }, new string[] { "Ferrari" }),
37+
new("Fernando", "Alonso", "Spain", 336, 32, new int[] { 2005, 2006 }, new string[] { "Renault" }),
38+
new("Kimi", "Räikkönen", "Finland", 352, 21, new int[] { 2007 }, new string[] { "Ferrari" }),
3939
new("Jenson", "Button", "UK", 306, 16, new int[] { 2009 }, new string[] { "Brawn GP" }),
40-
new("Sebastian", "Vettel", "Germany", 278, 53, new int[] { 2010, 2011, 2012, 2013 }, new string[] { "Red Bull Racing" }),
40+
new("Sebastian", "Vettel", "Germany", 279, 53, new int[] { 2010, 2011, 2012, 2013 }, new string[] { "Red Bull Racing" }),
4141
new("Nico", "Rosberg", "Germany", 207, 24, new int[] { 2016 }, new string[] { "Mercedes" }),
42-
new("Lewis", "Hamilton", "UK", 286, 102, new int[] { 2008, 2014, 2015, 2017, 2018, 2019, 2020 }, new string[] { "McLaren", "Mercedes" }),
42+
new("Lewis", "Hamilton", "UK", 287, 103, new int[] { 2008, 2014, 2015, 2017, 2018, 2019, 2020 }, new string[] { "McLaren", "Mercedes" }),
4343
};
4444

4545
private static List<Team>? s_teams;
@@ -172,8 +172,8 @@ public static class Formula1
172172
new Racer("Juan Pablo", "Montoya", "Columbia", Starts: 94, Wins: 7),
173173
new Racer("Felipe", "Massa", "Brazil", Starts: 269, Wins: 11),
174174
new Racer("Mark", "Webber", "Australia", Starts: 215, Wins: 9),
175-
new Racer("Daniel", "Ricciardo", "Australia", Starts: 208, Wins: 8),
176-
new Racer("Valtteri", "Bottas", "Finland", Starts: 176, Wins: 10),
177-
new Racer("Max", "Verstappen", "Netherlands", Starts: 139, Wins: 19)
175+
new Racer("Daniel", "Ricciardo", "Australia", Starts: 209, Wins: 8),
176+
new Racer("Valtteri", "Bottas", "Finland", Starts: 177, Wins: 10),
177+
new Racer("Max", "Verstappen", "Netherlands", Starts: 140, Wins: 19)
178178
};
179179
}

0 commit comments

Comments
 (0)