Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Oct 25, 2024
1 parent bb84d4d commit 067aa52
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions totp/cli/plugins/version/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 067aa52

Please sign in to comment.