Skip to content

Commit fb97857

Browse files
committed
Whitespace format fix
1 parent 1dcc94d commit fb97857

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

matter/src/data_model/device_types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ pub fn device_type_add_on_off_light(node: &mut WriteNode) -> Result<u32, Error>
8282
let endpoint = node.add_endpoint(DEV_TYPE_ON_OFF_LIGHT)?;
8383
node.add_cluster(endpoint, OnOffCluster::new()?)?;
8484
Ok(endpoint)
85-
}
85+
}

matter/src/data_model/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ pub mod device_types;
2020
pub mod objects;
2121

2222
pub mod cluster_basic_information;
23-
pub mod cluster_on_off;
2423
pub mod cluster_media_playback;
24+
pub mod cluster_on_off;
2525
pub mod cluster_template;
2626
pub mod sdm;
2727
pub mod system_model;

0 commit comments

Comments
 (0)