We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1a27c commit c200c97Copy full SHA for c200c97
1 file changed
Lombiq.HelpfulExtensions/Extensions/Liquid/IfNotEmptyParserBlock.cs
@@ -30,7 +30,7 @@ public async ValueTask<Completion> WriteToAsync(
30
return Completion.Normal;
31
}
32
33
- private async Task<bool> IsAnyArgumentNotNullOrWhiteSpaceAsync(
+ private static async Task<bool> IsAnyArgumentNotNullOrWhiteSpaceAsync(
34
IReadOnlyList<FilterArgument> argumentsList,
35
TemplateContext context)
36
{
0 commit comments