From 116c4e0fc7bd40bf8b15d99661ae3820dd2c2f4e Mon Sep 17 00:00:00 2001 From: Mike Christiansen Date: Mon, 2 Sep 2024 20:02:53 -0400 Subject: [PATCH] Remove extra newline --- src/Superpower/Model/TextSpan.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Superpower/Model/TextSpan.cs b/src/Superpower/Model/TextSpan.cs index 5f2c299..c8f0358 100644 --- a/src/Superpower/Model/TextSpan.cs +++ b/src/Superpower/Model/TextSpan.cs @@ -271,7 +271,6 @@ public bool EqualsValueIgnoreCase(string otherValue) return true; } - /// /// Gets the character at the specified index in the text span. ///