diff --git a/BotCode/routers/commands/user_cmd/start_time_cmd.py b/BotCode/routers/commands/user_cmd/start_time_cmd.py
index a11036b..b6f485c 100644
--- a/BotCode/routers/commands/user_cmd/start_time_cmd.py
+++ b/BotCode/routers/commands/user_cmd/start_time_cmd.py
@@ -16,4 +16,4 @@ start_time_cmd = CommandHandler(
text_msg=lambda: f"Бот @{BotInfo.username} запущен: "
f"\nХост: {dp['started_at']} "
f"\nМСК: {dp['started_at_msk']}",
-)
\ No newline at end of file
+)