Navaron Bracke

remove -n option from format command

@@ -37,4 +37,4 @@ jobs: @@ -37,4 +37,4 @@ jobs:
37 with: 37 with:
38 cache: true 38 cache: true
39 - name: Format 39 - name: Format
40 - run: dart format -n --set-exit-if-changed . 40 + run: dart format --set-exit-if-changed .