Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Wang <[email protected]>
  • Loading branch information
joshdabosh authored and mikhailswift committed Jul 29, 2024
1 parent 90b02be commit 5f73308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attestation/commandrun/tracing_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (r *CommandRun) trace(c *exec.Cmd, actx *attestation.AttestationContext) ([

func (p *ptraceContext) runTrace() error {
defer p.retryOpenedFiles()

runtime.LockOSThread()
defer runtime.UnlockOSThread()
status := unix.WaitStatus(0)
Expand Down

0 comments on commit 5f73308

Please sign in to comment.