From ce3c331af8008a0e5fe9b03d84bdfe827ff252aa Mon Sep 17 00:00:00 2001 From: hi-rustin Date: Wed, 17 Apr 2024 19:49:51 +0800 Subject: [PATCH] fix: revert format --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3aaae5f8a..7b652a706 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ on: push: - branches: [ "main" ] + branches: ["main"] pull_request: name: CI @@ -48,8 +48,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] - rust: [ stable ] + os: [ubuntu-latest,macos-latest,windows-latest ] + rust: [stable] include: # Make 1.64 MSRV, as it's Tonic 0.10's MSRV. - rust: 1.64.0