Skip to content

Commit d40383d

Browse files
authored
Format the code.
1 parent dc5c259 commit d40383d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Code/server/Services/QuestService.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ void QuestService::OnQuestChanges(const PacketEvent<RequestQuestUpdate>& acMessa
4444
spdlog::debug("Started quest: {:X}:{:X}, stage: {}", message.Id.ModId, message.Id.BaseId, message.Stage);
4545

4646
notify.Status = NotifyQuestUpdate::Started;
47-
}else{
47+
}
48+
else
49+
{
4850
notify.Status = NotifyQuestUpdate::StageUpdate;
4951
}
5052
}

0 commit comments

Comments
 (0)