Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l committed Aug 22, 2024
1 parent aef01d2 commit d7ca006
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class Mutex {
throw err;
});

logger.debug('Acquired lock (id=%s)', id);
logger.debug('Acquired lock (id=%s)', id);

// If we acquired the lock but the request got canceled, we want to immediately release it,
// so other pending requests can take over.
Expand Down

0 comments on commit d7ca006

Please sign in to comment.