Mercurial > tablet-emu
diff src/server.rs @ 16:478cf2a7d577
Reformat with rustfmt.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Thu, 26 Aug 2021 19:45:30 +0200 |
parents | d103f7cca0bd |
children | 0bce7fe96937 |
line wrap: on
line diff
--- a/src/server.rs +++ b/src/server.rs @@ -14,11 +14,11 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <https://www.gnu.org/licenses/>. -use std::net::UdpSocket; -use std::io::{self, ErrorKind}; use crate::state::State; use bitflags::bitflags; use input_linux::Key; +use std::io::{self, ErrorKind}; +use std::net::UdpSocket; bitflags! { /// This is the memory layout of the buttons on the 3DS.