From 067aa52f521e3f05e2181f753bffab733c424602 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Fri, 25 Oct 2024 03:32:30 +0100 Subject: [PATCH] Format --- totp/cli/plugins/version/version.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/totp/cli/plugins/version/version.c b/totp/cli/plugins/version/version.c index 762295672..eb888518e 100644 --- a/totp/cli/plugins/version/version.c +++ b/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,