Skip to content

Fix convert(RealT, 0.25) to 0.25f0 #5847

Fix convert(RealT, 0.25) to 0.25f0

Fix convert(RealT, 0.25) to 0.25f0 #5847

Workflow file for this run

name: Format suggestions
on:
push:
branches:
- 'main'
tags: '*'
pull_request:
jobs:
format-suggestions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/julia-format@v3
with:
version: "1.0.60"