Fix formatting #328

Merged
mwojcik merged 1 commits from newell/artiq-zynq:format-fix into master 2024-10-07 10:23:10 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit aba97175c6 - Show all commits

View File

@ -12,9 +12,9 @@ use libboard_artiq::si549;
use libboard_zynq::i2c::I2c;
use libboard_zynq::timer::GlobalTimer;
use libconfig::Config;
use log::warn;
#[cfg(not(feature = "target_ebaz4205"))]
use log::info;
use log::warn;
#[derive(Debug, PartialEq, Copy, Clone)]
#[allow(non_camel_case_types)]