From e55df04e362624e2f98274077a29ee65c8453070 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 1 Nov 2024 15:48:34 -0500 Subject: Lint ourselves Signed-off-by: Matt Strapp --- tests/Locusts.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Locusts.cs b/tests/Locusts.cs index a220043..0ec1f7a 100644 --- a/tests/Locusts.cs +++ b/tests/Locusts.cs @@ -7,6 +7,6 @@ public class Test public void TestLocusts() { Locusts.IntroduceLocusts(); - Assert.IsTrue(1==1); + Assert.IsTrue(1 == 1); } } \ No newline at end of file -- cgit v1.2.3