Skip to content

Commit

Permalink
Merge pull request #15159 from danielz-mnx/patch-2
Browse files Browse the repository at this point in the history
Update style-guide.rst
  • Loading branch information
nikola-matic committed May 29, 2024
2 parents d97059c + 69c646a commit 53278ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/style-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ Yes:
return balanceOf[from];
}
function increment(uint x) public onlyOwner pure returns (uint) {
function increment(uint x) public pure onlyOwner returns (uint) {
return x + 1;
}
Expand Down

0 comments on commit 53278ea

Please sign in to comment.