Skip to content

Commit

Permalink
Couple of stylistic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed Jul 4, 2021
1 parent 21a79bb commit b9a74a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/reactor.cr
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ module Mint
spawn do
Watcher.watch([file]) do
Env.load do
terminal.measure "#{COG} Environment variables changed recompiling..." do
terminal.measure "#{COG} Environment variables changed, recompiling..." do
compile_script
end

Expand Down
2 changes: 1 addition & 1 deletion src/type_checkers/try.cr
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module Mint
# The last statement is not unwrapped so a Result can be returned directly
new_type
else
# If the statement has a name and it's a result
# If the statement has a name and it's a Result
if new_type.name == "Result"
type =
case
Expand Down

0 comments on commit b9a74a1

Please sign in to comment.