Skip to content

Commit

Permalink
style: format source code
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 4, 2024
1 parent ded100b commit 3925c7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ daysUntilClose: 7

# Issues with these labels will never be considered stale
exemptLabels:
- "Type: Security"
- 'Type: Security'

# Label to use when marking an issue as stale
staleLabel: "Status: Abandoned"
staleLabel: 'Status: Abandoned'

# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
Expand Down
4 changes: 1 addition & 3 deletions src/edge_buffer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ export class EdgeBuffer {
* Write catch block
*/
buffer.push(
`${this.#options.rethrowCallPath}(error, ${this.#options.fileNameVar}, ${
this.#options.lineVar
});`
`${this.#options.rethrowCallPath}(error, ${this.#options.fileNameVar}, ${this.#options.lineVar});`
)

/**
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"compilerOptions": {
"rootDir": "./",
"outDir": "./build"
},
}
}

0 comments on commit 3925c7a

Please sign in to comment.