Skip to content

bug fixes realated to indexes in ack and nack handling #5

bug fixes realated to indexes in ack and nack handling

bug fixes realated to indexes in ack and nack handling #5

Workflow file for this run

name: RustFormat
on: [pull_request]
jobs:
format:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: cargo fmt --all --check --quiet