Skip to content

Commit

Permalink
Fix comma placement
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmorgan committed Nov 12, 2023
1 parent fca6d24 commit eec7dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ targets:
# The format check requires clang-format, and the current version of ktfmt requires JDK 11+.
dependencies: >-
[
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"}
{"dependency": "open_jdk", "version": "version:17"},
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},
{"dependency": "open_jdk", "version": "version:17"}
]
- name: Linux dart_unit_test_shard_1 master
Expand Down

0 comments on commit eec7dac

Please sign in to comment.