diff options
Diffstat (limited to 'education/2018-09_ens/2018-09_l3.nix')
| -rw-r--r-- | education/2018-09_ens/2018-09_l3.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/education/2018-09_ens/2018-09_l3.nix b/education/2018-09_ens/2018-09_l3.nix index d02c9e3..aba9e82 100644 --- a/education/2018-09_ens/2018-09_l3.nix +++ b/education/2018-09_ens/2018-09_l3.nix @@ -1,6 +1,4 @@ -{ ... }: - -{ +{...}: { date = { start = { year = 2018; @@ -39,6 +37,5 @@ "Information Theory" ]; }; - description = - "Graduated with highest honors in Computer Science (17.80/20), with honors in Mathematics (14.74/20)."; + description = "Graduated with highest honors in Computer Science (17.80/20), with honors in Mathematics (14.74/20)."; } |
