Browse Source

Format client.

wip
Titouan Rigoudy 4 years ago
parent
commit
dd7819c805
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      client/src/control/response.rs
  2. +1
    -1
      client/src/control/ws.rs

+ 1
- 1
client/src/control/response.rs View File

@ -1,5 +1,5 @@
use solstice_proto::User;
use crate::room;
use solstice_proto::User;
/// This enumeration is the list of possible control responses from the client
/// to the controller.


+ 1
- 1
client/src/control/ws.rs View File

@ -3,8 +3,8 @@ use std::fmt;
use crossbeam_channel;
use rustc_serialize::json;
use ws;
use solstice_proto::config;
use ws;
use super::request::*;
use super::response::*;


Loading…
Cancel
Save