Skip to content

Commit 4398a7e

Browse files
committed
prettier
1 parent 7632e22 commit 4398a7e

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

src/config/conference.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,7 @@ export const CONFERENCE_META: Record<number, ConferenceMeta> = {
1919
title: "EuroPython 2026",
2020
subtitle: "Kraków · July 13-19",
2121
timeZone: "Europe/Warsaw",
22-
preferredRoomOrder: [
23-
"S1",
24-
"S2",
25-
"S3A",
26-
"S3B",
27-
"S4",
28-
"S4A",
29-
"S4B",
30-
],
22+
preferredRoomOrder: ["S1", "S2", "S3A", "S3B", "S4", "S4A", "S4B"],
3123
},
3224
2025: {
3325
title: "EuroPython 2025",

0 commit comments

Comments
 (0)