Skip to content

Fix eth_feeHistory to return 0 instead of 0.0 for zero ratios #14851

Fix eth_feeHistory to return 0 instead of 0.0 for zero ratios

Fix eth_feeHistory to return 0 instead of 0.0 for zero ratios #14851

name: Code formatting
on:
pull_request:
workflow_dispatch:
jobs:
spacing-check:
name: Check whitespaces
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up .NET
uses: actions/setup-dotnet@v4
- name: Format
run: dotnet format whitespace src/Nethermind/ --folder --verify-no-changes