Skip to content

Commit 06d616d

Browse files
committed
Fix formatter
1 parent 8a474d0 commit 06d616d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sentry/process_runner.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module Sentry
1818
@should_build = true,
1919
@run_shards_install = false,
2020
@should_play_audio = true,
21-
@colorize = true
21+
@colorize = true,
2222
)
2323
@should_kill = false
2424
@app_built = false

src/sentry_cli.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class SentryCli
3434
def initialize(
3535
@shard_src_path : String? = nil,
3636
@shard_run_command : String? = nil,
37-
@opts : Array(String) = ARGV
37+
@opts : Array(String) = ARGV,
3838
)
3939
end
4040

0 commit comments

Comments
 (0)