Skip to content

Commit

Permalink
fix: missing end of file newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Dec 6, 2023
1 parent 3da36ed commit 35065d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,5 @@ jobs:
python3 ./build/tests/raweth.py --reth $Z_FEATURE_RAWETH_TRANSPORT
timeout-minutes: 5
env:
Z_FEATURE_RAWETH_TRANSPORT: ${{ matrix.feature_reth }}
Z_FEATURE_RAWETH_TRANSPORT: ${{ matrix.feature_reth }}

2 changes: 1 addition & 1 deletion src/transport/common/lease.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ int8_t _z_send_join(_z_transport_t *zt) {
break;
}
return ret;
}
}

0 comments on commit 35065d1

Please sign in to comment.