Skip to content

Commit 39019dd

Browse files
authored
Added more spacing fixes
1 parent 1c5ee23 commit 39019dd

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
@@ -175,7 +175,7 @@ async function main() {
175175
const body = `This issue has been inactive for ${timeInactiveInHours} ` +
176176
`hours (${(timeInactiveInHours/24).toFixed(2)} days) ` +
177177
`and will be automatically unassigned after ${willBeUnassignedInHours} ` +
178-
`more hours (${(willBeUnassignedInHours/24).toFixed(2)} days).` +
178+
`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. ` +
181181
`Link to slack: https://rubyforgood.herokuapp.com/ \n\n` +

0 commit comments

Comments
 (0)