Willy-JL 1 سال پیش
والد
کامیت
067aa52f52
1فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 2 3
      totp/cli/plugins/version/version.c

+ 2 - 3
totp/cli/plugins/version/version.c

@@ -8,10 +8,9 @@ static void handle(PluginState* plugin_state, FuriString* args, Cli* cli) {
     UNUSED(cli);
     UNUSED(plugin_state);
     TOTP_CLI_PRINTF(
-        "%" PRIu8 ".%" PRIu8 ".%" PRIu8 
+        "%" PRIu8 ".%" PRIu8 ".%" PRIu8
 #ifdef TOTP_APP_VERSION_META
-        "+"
-        TOTP_APP_VERSION_META
+        "+" TOTP_APP_VERSION_META
 #endif
         "\r\n",
         TOTP_APP_VERSION_MAJOR,