From 050586f2b75a1356e5ee68b36d65d7f95ab4a912 Mon Sep 17 00:00:00 2001 From: nub31 Date: Tue, 28 Jan 2025 20:13:41 +0100 Subject: [PATCH] fmt --- Nub.Lang/Nub.Lang/Backend/Custom/Generator.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Nub.Lang/Nub.Lang/Backend/Custom/Generator.cs b/Nub.Lang/Nub.Lang/Backend/Custom/Generator.cs index 9ca437c..d5f11da 100644 --- a/Nub.Lang/Nub.Lang/Backend/Custom/Generator.cs +++ b/Nub.Lang/Nub.Lang/Backend/Custom/Generator.cs @@ -428,7 +428,6 @@ public class Generator private void GenerateIdentifier(IdentifierNode identifier, LocalFunc func) { var variable = func.ResolveVariable(identifier.Identifier); - switch (variable) { case GlobalVariable globalVariable: