Whitespace format fix

This commit is contained in:
Angel Yankov 2023-02-24 11:20:09 +02:00
parent 1dcc94de0e
commit fb97857f59
2 changed files with 2 additions and 2 deletions

View file

@ -82,4 +82,4 @@ pub fn device_type_add_on_off_light(node: &mut WriteNode) -> Result<u32, Error>
let endpoint = node.add_endpoint(DEV_TYPE_ON_OFF_LIGHT)?;
node.add_cluster(endpoint, OnOffCluster::new()?)?;
Ok(endpoint)
}
}

View file

@ -20,8 +20,8 @@ pub mod device_types;
pub mod objects;
pub mod cluster_basic_information;
pub mod cluster_on_off;
pub mod cluster_media_playback;
pub mod cluster_on_off;
pub mod cluster_template;
pub mod sdm;
pub mod system_model;