Skip to content

Commit

Permalink
Run the formatting and linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
briward committed Nov 8, 2024
1 parent 829ee40 commit 28d6543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/http/processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class Processor {
* @param context The current HTTP context.
* @constructor
*/
constructor(private context : Context) {}
constructor(private context: Context) {}

/**
* Process a body into a valid Response object.
Expand Down
2 changes: 1 addition & 1 deletion src/kernel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class Kernel {
/**
* The response processor for the kernel.
*/
private processor : Processor;
private processor: Processor;

/**
* The current HTTP context.
Expand Down

0 comments on commit 28d6543

Please sign in to comment.