Skip to content

Commit

Permalink
styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverLok committed May 25, 2024
1 parent 62244c3 commit 638ebce
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 @@ -191,7 +191,7 @@ func TestMainThreadUnlockFirst(test *testing.T) {

// Check if the child thread unlocked key1 before the main thread did.
if (len(unlockInChildThreadFirst) > 0) {
test.Fatalf("Failed to ensure the main thread unlocked key1 before the child thread unlocked it.")
test.Fatalf("Failed to ensure the main thread unlocked key1 before the child thread unlocked it.");
}

// Unlock for the first time.
Expand Down

0 comments on commit 638ebce

Please sign in to comment.