Reformat code

This commit is contained in:
2017-07-20 03:54:51 +02:00
parent 2659093897
commit b478ea99d8
3 changed files with 54 additions and 38 deletions

View File

@@ -4,10 +4,16 @@ pub type Login<'a> = Option<(&'a str, &'a str)>;
pub static ALIASES: &[(&str, CatalogDefinition)] = &[
("DS_WS1617", ("16w-diskrete-strukturen", None)),
("EIDI_WS1617", ("eidi1-2016", Some(("eidi-2016", "PGdP.16")))),
(
"EIDI_WS1617",
("eidi1-2016", Some(("eidi-2016", "PGdP.16"))),
),
("ERA_WS1617", ("era-2016", None)),
("GAD_SS17", ("17s-grundlagen-algorithmen-und-datenstrukturen", None)),
(
"GAD_SS17",
("17s-grundlagen-algorithmen-und-datenstrukturen", None),
),
("LA_SS17", ("17s-lineare-algebra-fuer-informatik", None)),
// EIST is on a Nextcloud
];