From e90fae53fc17260b4e7b7fcd2ddfcba2f6ee5d37 Mon Sep 17 00:00:00 2001
From: andy <andynewjack@protonmail.com>
Date: Sun, 6 Feb 2022 21:56:34 +0000
Subject: [PATCH] random formatting

---
 src/ship/room.rs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/ship/room.rs b/src/ship/room.rs
index 2c2e0a2..53ac14f 100644
--- a/src/ship/room.rs
+++ b/src/ship/room.rs
@@ -263,7 +263,7 @@ impl RoomState {
         };
 
         room_quests.push(quest_list);
-        
+
         // if multiplayer also push the government quests
         if let RoomMode::Multi {..} = room_mode {
             qpath = PathBuf::from("data/quests/bb/");
@@ -292,7 +292,6 @@ impl RoomState {
             drop_table: Box::new(DropTable::new(room_mode.episode(), room_mode.difficulty(), section_id)),
             bursting: false,
             map_areas: MapAreaLookup::new(&room_mode.episode()),
-            // quests: quest_list,
             quest_group: 0,
             quests: room_quests,
         })