Skip to content

Commit 667c0f5

Browse files
authored
typo
2 parents 834184a + bdf4626 commit 667c0f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/main/kotlin/me/stageguard/sctimetable/service/messageRoute

src/main/kotlin/me/stageguard/sctimetable/service/messageRoute/status.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ suspend fun FriendMessageEvent.status() {
3434
}% / ${String.format("%.2f", osMxBean.systemCpuLoad * 100)}%
3535
- Memory usage / total: ${(osMxBean.totalPhysicalMemorySize - osMxBean.freePhysicalMemorySize) / 1024 / 1024}MB / ${osMxBean.totalPhysicalMemorySize / 1024 / 1024}MB
3636
37-
This project is a open source project.
37+
This project is an open source project.
3838
You can visit https://github.com/KonnyakuCamp/SuperCourseTimetableBot for more details.
3939
""".trimIndent()
4040
)
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)