Skip to content

Commit 1c5ee23

Browse files
authored
Added an extra line break in warning message
1 parent 5bc585b commit 1c5ee23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ async function main() {
178178
`more hours (${(willBeUnassignedInHours/24).toFixed(2)} days).` +
179179
`If you need help or have questions, please visit slack during ` +
180180
`office hours (Tuesdays 6-8 PM PST) in the #casa channel. ` +
181-
`Link to slack: https://rubyforgood.herokuapp.com/ \n` +
181+
`Link to slack: https://rubyforgood.herokuapp.com/ \n\n` +
182182
`${warningInactiveMessage}`;
183183
try {
184184
await octokit.issues.createComment({

0 commit comments

Comments
 (0)