Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
RustFmt
  • Loading branch information
HCastano committed Jan 16, 2023
commit 1b6beecc51c0baec32aaa557630276218bd9ac4d
4 changes: 2 additions & 2 deletions crates/ink/src/env_access.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ where
/// # Example
///
/// ```
///
///
/// #[ink::contract]
/// pub mod only_owner {
/// #[ink(storage)]
Expand Down Expand Up @@ -342,7 +342,7 @@ where
/// # Example
///
/// ```
///
///
/// #[ink::contract]
/// pub mod my_contract {
/// #[ink(storage)]
Expand Down