Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
malik672 committed Dec 11, 2024
1 parent e119292 commit 3f6a09c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ mod tests {

let name = b"MyEvent";
let value1: i32 = 1;
let _value2: i32 = 2;
let _value3: i32 = 3;
let _value4: i32 = 4;
let value2: i32 = 2;
let value3: i32 = 3;
let value4: i32 = 4;

{
// Test log0
Expand Down

0 comments on commit 3f6a09c

Please sign in to comment.