Remove curly braces that weren't needed

This commit is contained in:
Darren VanBuren 2016-12-20 14:24:55 -08:00
parent a755fd6c20
commit a024675e93

View file

@ -5,8 +5,8 @@ extern crate regex;
#[macro_use] extern crate lazy_static;
use std::io::Read;
use std::time::{Instant};
use hyper::{Client};
use std::time::Instant;
use hyper::Client;
use irc::client::prelude::*;
use regex::Regex;
use rustc_serialize::json::{self};