Skip to content

Commit 2c9b364

Browse files
committed
Reformat code
1 parent 120c8c4 commit 2c9b364

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/hono/LocalizedHttpException.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ export class LocalizedHttpException extends HTTPException {
9191
super(options.status ?? 500, {
9292
cause: options.cause,
9393
});
94-
this.message = options.technicalMessage ? `<${this.errorId}> ${options.technicalMessage}` : `<${this.errorId}>`;
94+
this.message = options.technicalMessage
95+
? `<${this.errorId}> ${options.technicalMessage}`
96+
: `<${this.errorId}>`;
9597
}
9698

9799
/**

0 commit comments

Comments
 (0)