We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d2a0b commit f0f51ecCopy full SHA for f0f51ec
ledger_device_sdk/src/nbgl/nbgl_home_and_settings.rs
@@ -209,7 +209,7 @@ impl<'a> NbglHomeAndSettings {
209
},
210
match self.nb_settings {
211
0 => core::ptr::null(),
212
- _ => &self.generic_contents as *const nbgl_genericContents_t
+ _ => &self.generic_contents as *const nbgl_genericContents_t,
213
214
&self.info_list as *const nbgl_contentInfoList_t,
215
core::ptr::null(),
@@ -298,7 +298,7 @@ impl<'a> NbglHomeAndSettings {
298
299
300
301
302
303
304
0 commit comments