diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-11-01 15:48:34 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-11-01 15:48:34 -0500 |
commit | e55df04e362624e2f98274077a29ee65c8453070 (patch) | |
tree | 13dbd578b42446da62925bc4477af2ac14f9a7c7 /tests/Locusts.cs | |
parent | codeowners: correct the order (diff) | |
download | locusts-e55df04e362624e2f98274077a29ee65c8453070.tar locusts-e55df04e362624e2f98274077a29ee65c8453070.tar.gz locusts-e55df04e362624e2f98274077a29ee65c8453070.tar.bz2 locusts-e55df04e362624e2f98274077a29ee65c8453070.tar.lz locusts-e55df04e362624e2f98274077a29ee65c8453070.tar.xz locusts-e55df04e362624e2f98274077a29ee65c8453070.tar.zst locusts-e55df04e362624e2f98274077a29ee65c8453070.zip |
Lint ourselves
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'tests/Locusts.cs')
-rw-r--r-- | tests/Locusts.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |