Skip to content

Commit

Permalink
runs latest crystal formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Eaton committed Feb 2, 2018
1 parent a4be5b5 commit c7b8d99
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/sentry.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ module Sentry
property files = [] of String

def initialize(
@process_name : String,
@build_command : String,
@run_command : String,
@build_args : Array(String) = [] of String,
@run_args : Array(String) = [] of String,
files = [] of String,
should_build = true)
@process_name : String,
@build_command : String,
@run_command : String,
@build_args : Array(String) = [] of String,
@run_args : Array(String) = [] of String,
files = [] of String,
should_build = true
)
@files = files
@should_build = should_build
@should_kill = false
Expand Down

0 comments on commit c7b8d99

Please sign in to comment.