Small Rustfmt formatting fix to build.rs

This commit is contained in:
Noah Vesely
2018-03-15 16:15:04 -06:00
committed by Romain Ruetschi
parent 910479f698
commit f2a95add48

View File

@ -78,8 +78,8 @@ fn main() {
write!( write!(
f, f,
"pub struct Tables {{ \ "pub struct Tables {{ \
pub exp: [u8; 256], \ pub exp: [u8; 256], \
pub log: [u8; 256] \ pub log: [u8; 256] \
}} \ }} \
\ \
pub static TABLES: Tables = " pub static TABLES: Tables = "