Minor typo.

This commit is contained in:
Gav Wood 2016-06-19 12:29:39 +02:00
parent 46d588dcae
commit 7430cf72e2
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
extern crate ansi_term;
use self::ansi_term::Colour::Red;
use self::ansi_term::Colour::White;
use std::io;
use std::path::PathBuf;
use std::sync::Arc;