From b49363510f24315619da114f6a8e52e786f89a99 Mon Sep 17 00:00:00 2001 From: Maxwell Brown Date: Wed, 18 Dec 2024 08:38:49 -0500 Subject: [PATCH] format --- terraform/github/terraform.tfvars | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/terraform/github/terraform.tfvars b/terraform/github/terraform.tfvars index fec7f9d3d..0440a20a4 100755 --- a/terraform/github/terraform.tfvars +++ b/terraform/github/terraform.tfvars @@ -105,10 +105,10 @@ repositories = { } language-service = {} match = { - description = "Functional pattern matching with the full power of TypeScript" - topics = ["functional-programming", "pattern-matching", "typescript"] - homepage_url = "https://effect.website" - is_archived = true + description = "Functional pattern matching with the full power of TypeScript" + topics = ["functional-programming", "pattern-matching", "typescript"] + homepage_url = "https://effect.website" + is_archived = true } monaco-editor = { description = "A custom fork of Monaco Editor maintained for the Effect Playground"