Skip to content

Commit 77cf950

Browse files
cameelnikola-matic
authored andcommitted
style guide: Use emit keyword when emitting events
1 parent 0196a9a commit 77cf950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/style-guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Yes:
233233
bytes32[] options
234234
);
235235
236-
LongAndLotsOfArgs(
236+
emit LongAndLotsOfArgs(
237237
sender,
238238
recipient,
239239
publicKey,
@@ -251,7 +251,7 @@ No:
251251
uint256 amount,
252252
bytes32[] options);
253253
254-
LongAndLotsOfArgs(sender,
254+
emit LongAndLotsOfArgs(sender,
255255
recipient,
256256
publicKey,
257257
amount,

0 commit comments

Comments
 (0)