Skip to content

Commit

Permalink
🔧 Fix Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Roaring30s committed Oct 20, 2023
1 parent afe46e7 commit d46cb6f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion crates/evm/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ mod tests {
println!("Result: {:#?}", machine.result);
println!("Storage: {:#?}", machine.storage);
println!("Memory: {:#?}", machine.memory);
println!("Stack: {:#?}", machine.stack);
println!("Stack: {:#?}", machine.stack);
}
/*
#[test]
Expand Down
2 changes: 1 addition & 1 deletion js/napi/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@three-em/node-darwin-arm64",
"version": "0.3.25",
"version": "0.3.26",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion js/napi/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@three-em/node-darwin-x64",
"version": "0.3.25",
"version": "0.3.26",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion js/napi/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@three-em/node-linux-x64-gnu",
"version": "0.3.25",
"version": "0.3.26",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion js/napi/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@three-em/node-win32-x64-msvc",
"version": "0.3.25",
"version": "0.3.26",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion js/napi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@three-em/node",
"version": "0.3.25",
"version": "0.3.26",
"author": "Divy Srivastava <dj.srivastava23@gmail.com>",
"license": "MIT",
"napi": {
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@three-em/js",
"type": "module",
"version": "0.3.19",
"version": "0.3.20",
"main": "index.js",
"license": "MIT"
}

0 comments on commit d46cb6f

Please sign in to comment.