Skip to content

Commit

Permalink
Update substrate/frame/support/test/tests/pallet_ui/view_function_no_…
Browse files Browse the repository at this point in the history
…return.rs

Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com>
  • Loading branch information
re-gius and gui1117 authored Feb 5, 2025
1 parent dd11f69 commit 32a8d15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mod pallet {

#[pallet::view_functions_experimental]
impl<T: Config> Pallet<T> {
fn get_value() {
pub fn get_value() {
MyStorage::<T>::set(0);
}
}
Expand Down

0 comments on commit 32a8d15

Please sign in to comment.