Skip to content

Commit 970a7e1

Browse files
committed
Format
1 parent eabaa79 commit 970a7e1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

scripts/sync-working-groups/sync-working-groups.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ export type WorkingGroupMeeting =
4545

4646
async function main() {
4747
if (!API_KEY) {
48-
console.warn("GOOGLE_CALENDAR_API_KEY is not set, skipping sync (using existing file)")
48+
console.warn(
49+
"GOOGLE_CALENDAR_API_KEY is not set, skipping sync (using existing file)",
50+
)
4951
return
5052
}
5153

test/e2e/community-events.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ test("event type filters hide cards and lock the last active tag", async ({
161161
const filterGroup = pastEventsSection.getByRole("group", {
162162
name: "Event type",
163163
})
164-
164+
165165
await expect(filterGroup).toBeVisible()
166166
const conferenceFilter = filterGroup.getByRole("checkbox", {
167167
name: /conference/i,

0 commit comments

Comments
 (0)