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 --- src/Locusts.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/Locusts.cs') diff --git a/src/Locusts.cs b/src/Locusts.cs index c35a38c..354ee85 100644 --- a/src/Locusts.cs +++ b/src/Locusts.cs @@ -5,16 +5,16 @@ /// public static class Locusts { - /// - /// Introduce locusts into your codebase. - /// - /// - /// This method will introduce locusts into your codebase. + /// + /// Introduce locusts into your codebase. + /// + /// + /// This method will introduce locusts into your codebase. /// /// Locusts are not included with this library, you must provide your own. - /// - public static void IntroduceLocusts() + /// + public static void IntroduceLocusts() { // Method intentionally left empty. } -} +} \ No newline at end of file -- cgit v1.2.3