Skip to content

Commit

Permalink
Fix: crystal tool format
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Jan 20, 2025
1 parent 022d4c6 commit 9e1b545
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/integration/help_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ require "./spec_helper"
describe "--help" do
it "prints help and doesn't invoke the command" do
metadata = {
version: "1.0.0",
version: "1.0.0",
dependencies: {
mock: { git: git_path("mock") }
}
mock: {git: git_path("mock")},
},
}

[
Expand Down

0 comments on commit 9e1b545

Please sign in to comment.