Skip to content

Commit 2641f0d

Browse files
committed
spaces
1 parent b53bcf4 commit 2641f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Documentation.Configuration/Assembler/AssemblyConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public ContentSourceMatch Match(string repository, string branchOrTag)
237237

238238
// if we haven't matched anything yet, and the branch is 'main' or 'master' always build
239239
if (match is { Current: null, Next: null, Edge: null, Speculative: false }
240-
&& branchOrTag is "main" or "master")
240+
&& branchOrTag is "main" or "master")
241241
{
242242
return match with
243243
{

0 commit comments

Comments
 (0)