fmt
This commit is contained in:
parent
76a1f9c330
commit
2693e3ee9b
|
@ -1,8 +1,10 @@
|
||||||
use color_eyre::{
|
use {
|
||||||
|
color_eyre::{
|
||||||
eyre::{bail, ContextCompat},
|
eyre::{bail, ContextCompat},
|
||||||
Report, Result,
|
Report, Result,
|
||||||
|
},
|
||||||
|
std::io::stdin,
|
||||||
};
|
};
|
||||||
use std::io::stdin;
|
|
||||||
|
|
||||||
fn n_colour_pair(input: &str) -> Result<(u64, &str)> {
|
fn n_colour_pair(input: &str) -> Result<(u64, &str)> {
|
||||||
let (n, c) = input
|
let (n, c) = input
|
||||||
|
|
Loading…
Reference in a new issue