Skip to content

Commit

Permalink
Fix no newline at end of file.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Aug 2, 2023
1 parent cf5d57c commit cdbb6e6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,3 @@ jobs:
with:
name: leap-int-test-logs.tar.gz
path: leap-int-test-logs.tar.gz

2 changes: 1 addition & 1 deletion peripherals/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
add_subdirectory( tx_wrapper )
add_subdirectory( tx_wrapper )
2 changes: 1 addition & 1 deletion peripherals/tx_wrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configure_file( index.js . COPYONLY )
configure_file( package-lock.json . COPYONLY )
configure_file( package.json . COPYONLY )
configure_file( yarn.lock . COPYONLY )
configure_file( yarn.lock . COPYONLY )
2 changes: 1 addition & 1 deletion tests/nodeos_eos_evm_server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ add_subdirectory( scripts )
configure_file( extract-logtime-cmd.sh . COPYONLY )
configure_file( hardhat.config.js . COPYONLY )
configure_file( package.json . COPYONLY )
configure_file( yarn.lock . COPYONLY )
configure_file( yarn.lock . COPYONLY )
2 changes: 1 addition & 1 deletion tests/nodeos_eos_evm_server/contracts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ configure_file( Lock.sol . COPYONLY )
configure_file( Recursive.sol . COPYONLY )
configure_file( Storage.sol . COPYONLY )
configure_file( Token.sol . COPYONLY )
configure_file( WEOS.sol . COPYONLY )
configure_file( WEOS.sol . COPYONLY )
2 changes: 1 addition & 1 deletion tests/nodeos_eos_evm_server/scripts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ configure_file( deploy-eventor.js . COPYONLY )
configure_file( deploy-recursive.js . COPYONLY )
configure_file( deploy-token.js . COPYONLY )
configure_file( deploy-uniswap.js . COPYONLY )
configure_file( deploy.js . COPYONLY )
configure_file( deploy.js . COPYONLY )

0 comments on commit cdbb6e6

Please sign in to comment.