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 --- languages/french.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'languages/french.nix') diff --git a/languages/french.nix b/languages/french.nix index 0dd9541..2091241 100644 --- a/languages/french.nix +++ b/languages/french.nix @@ -1,10 +1,8 @@ -{ ... }: - -{ +{...}: { name = "French"; proficiency = "native"; icon = { - codepoints = [ "1F1EB" "1F1F7" ]; + codepoints = ["1F1EB" "1F1F7"]; shortcode = "flag-france"; }; } -- cgit v1.2.3