We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f53401 commit c79f6f4Copy full SHA for c79f6f4
1 file changed
src/github_accounts.rs
@@ -62,7 +62,7 @@ fn trainees_from_sheet(sheet: &Sheet) -> Result<BTreeMap<GithubLogin, Trainee>,
62
)));
63
}
64
65
- let github_login = GithubLogin::from(cell_string(&cells[3]));
+ let github_login = GithubLogin::from(cell_string(&cells[3]).trim().to_owned());
66
67
let email = cell_string(&cells[4]);
68
0 commit comments