Skip to content
Snippets Groups Projects
Commit 187c281a authored by Udo Eisenbarth's avatar Udo Eisenbarth :speech_balloon:
Browse files

Tiny code cleanuo

parent b740c5a1
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ impl Spectrometer { ...@@ -67,7 +67,7 @@ impl Spectrometer {
props.set("spectrometer type", spectrometer_type.into()); props.set("spectrometer type", spectrometer_type.into());
Spectrometer { Spectrometer {
light_data: None, light_data: None,
props: props, props,
} }
} }
/// Returns the meter type of this [`Spectrometer`]. /// Returns the meter type of this [`Spectrometer`].
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment