chore: fix lint, and format after lint to catch reformats triggered by autofixes.

This commit is contained in:
cpojer
2026-02-01 13:18:42 +09:00
parent b4e2e746b3
commit b48d72a2b8
3 changed files with 7 additions and 3 deletions

View File

@@ -58,7 +58,9 @@ function buildUserIdentitySection(ownerLine: string | undefined, isMinimal: bool
}
function buildTimeSection(params: { userTimezone?: string }) {
if (!params.userTimezone) return [];
if (!params.userTimezone) {
return [];
}
return [
"## Current Date & Time",
`Time zone: ${params.userTimezone}`,