Skip to content

Commit 249f88d

Browse files
committed
update room names
1 parent 659b147 commit 249f88d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/misc.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ class Room(Enum):
3939
s3b = "S3B"
4040
s4a = "S4A"
4141
s4b = "S4B"
42-
glass_room = "Conference room F0 (Glass room)"
43-
s4_1_2_3 = "Room S4(1,2,3)"
44-
s4_4 = "Room S4(4)"
45-
s4_5 = "Room S4(5)"
46-
fishbowl = "F2 Fishbowl room"
47-
room_2_017_2_018 = "2.017/2.018 room"
42+
glass_room = "F0 (Glass Room)"
43+
s4_1_2_3 = "S4 (1, 2, 3)"
44+
s4_4 = "S4 (4)"
45+
s4_5 = "S4 (5)"
46+
fishbowl = "F2 (Fishbowl Room)"
47+
room_2_017_2_018 = "Room 2.017/2.018"
4848
poster_hall_a = "Poster Hall A"
4949
poster_hall_b = "Poster Hall B"
5050
poster_hall_c = "Poster Hall C"

0 commit comments

Comments
 (0)