From eebffc190776afdb92ef959270c4863bf21a3cf8 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 17 Sep 2023 18:40:48 +0200 Subject: reformat code --- experience/2019-06_lis.nix | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'experience/2019-06_lis.nix') diff --git a/experience/2019-06_lis.nix b/experience/2019-06_lis.nix index 32d8ddd..6b2612f 100644 --- a/experience/2019-06_lis.nix +++ b/experience/2019-06_lis.nix @@ -1,6 +1,4 @@ -{ ... }: - -{ +{...}: { date = { start = { year = 2019; @@ -19,10 +17,12 @@ url = "https://www.lis-lab.fr/en/home/"; location = "Luminy, France"; }; - supervisors = [{ - name = "Giuseppe di Molfetta"; - url = "https://www.giuseppe-dimolfetta.com"; - }]; + supervisors = [ + { + name = "Giuseppe di Molfetta"; + url = "https://www.giuseppe-dimolfetta.com"; + } + ]; assets = [ { name = "internship report"; @@ -35,6 +35,5 @@ type = "Publications"; } ]; - description = - "Developed a quantum walker model whose density changes its own environment."; + description = "Developed a quantum walker model whose density changes its own environment."; } -- cgit v1.2.3