Sort inputs in LiveSession

This commit is contained in:
Lucien Greathouse
2019-01-28 17:50:47 -08:00
parent 3c0fe4d684
commit 6c3e118ee3

View File

@@ -4,13 +4,13 @@ use std::{
}; };
use crate::{ use crate::{
fs_watcher::FsWatcher,
imfs::Imfs,
message_queue::MessageQueue, message_queue::MessageQueue,
project::Project, project::Project,
imfs::Imfs,
session_id::SessionId,
rbx_session::RbxSession, rbx_session::RbxSession,
session_id::SessionId,
snapshot_reconciler::InstanceChanges, snapshot_reconciler::InstanceChanges,
fs_watcher::FsWatcher,
}; };
/// Contains all of the state for a Rojo live-sync session. /// Contains all of the state for a Rojo live-sync session.