Skip to content

Commit

Permalink
styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverLok committed May 28, 2024
1 parent 4faabbc commit b7dd467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/lockmanager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func TestMainThreadUnlocksFirstWithOneLock(test *testing.T) {

// Check if the thread was able to lock key1 after the main thread unlocked key1.
if (len(unlockInChildThreadFirst) == 0) {
test.Fatalf("Failed to Lock in the child thread.")
test.Fatalf("Failed to Lock in the child thread.");
}
}

Expand Down

0 comments on commit b7dd467

Please sign in to comment.