Skip to content

Commit 7cd4626

Browse files
author
github-actions
committed
chore: format code with dotnet format
1 parent 70e2fe7 commit 7cd4626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Hyperbee.Resources.Tests/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
// Explicitly enable test parallelization at method level
44
// This allows multiple test methods to run in parallel for faster execution
55
// Safe for resource loading tests that don't share mutable state
6-
[assembly: Parallelize(Workers = 0, Scope = ExecutionScope.MethodLevel)]
6+
[assembly: Parallelize( Workers = 0, Scope = ExecutionScope.MethodLevel )]

0 commit comments

Comments
 (0)