Remove curly braces that weren't needed
This commit is contained in:
parent
a755fd6c20
commit
a024675e93
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ extern crate regex;
|
||||||
#[macro_use] extern crate lazy_static;
|
#[macro_use] extern crate lazy_static;
|
||||||
|
|
||||||
use std::io::Read;
|
use std::io::Read;
|
||||||
use std::time::{Instant};
|
use std::time::Instant;
|
||||||
use hyper::{Client};
|
use hyper::Client;
|
||||||
use irc::client::prelude::*;
|
use irc::client::prelude::*;
|
||||||
use regex::Regex;
|
use regex::Regex;
|
||||||
use rustc_serialize::json::{self};
|
use rustc_serialize::json::{self};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue