Skip to content

Commit

Permalink
chore: lint --fix (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed May 21, 2024
1 parent 3ff3ba1 commit a5efba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vsix-builder/src/vsce/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ class MarkdownProcessor extends BaseProcessor {

if (ownerAndRepositoryName) {
// prettier-ignore
;[owner, repositoryName] = ownerAndRepositoryName.split('/', 2)
[owner, repositoryName] = ownerAndRepositoryName.split('/', 2)
}

if (owner && repositoryName && issueNumber) {
Expand Down

0 comments on commit a5efba8

Please sign in to comment.