Skip to content

Commit

Permalink
Minor formatting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
minter committed Dec 13, 2024
1 parent 2a2690b commit 19c7a29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/workers/rod_the_bot/game_start_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ def format_main_post(feed, home_goalie, home_goalie_record, away_goalie, away_go
🚦 It's puck drop at #{feed["venue"]["default"]} for #{feed["awayTeam"]["commonName"]["default"]} at #{feed["homeTeam"]["commonName"]["default"]}!
Starting Goalies:
#{feed["homeTeam"]["abbrev"]}: ##{home_goalie["sweaterNumber"]} #{home_goalie["name"]["default"]} #{home_goalie_record}
#{feed["awayTeam"]["abbrev"]}: ##{away_goalie["sweaterNumber"]} #{away_goalie["name"]["default"]} #{away_goalie_record}
POST
end
Expand All @@ -49,7 +51,6 @@ def format_reply_post(officials, scratches)
Referees: #{officials[:referees].join(", ")}
Lines: #{officials[:linesmen].join(", ")}
POST
post += "\nScratches:\n\n#{scratches}\n" if scratches
post
Expand Down

0 comments on commit 19c7a29

Please sign in to comment.