From 4d6d7adf30d42bb0daba7633ca7e4895a6b61fde Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Sun, 23 Jul 2023 21:35:06 +0200 Subject: [PATCH] Format --- applications/services/storage/storage_cli.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/services/storage/storage_cli.c b/applications/services/storage/storage_cli.c index 9f2d083b8..bf1478319 100644 --- a/applications/services/storage/storage_cli.c +++ b/applications/services/storage/storage_cli.c @@ -29,7 +29,8 @@ static void storage_cli_print_usage() { "\twrite_chunk\t - read data from cli and append it to file, should contain how many bytes you want to write\r\n"); printf("\tcopy\t - copy file to new file, must contain new path\r\n"); printf("\trename\t - move file to new file, must contain new path\r\n"); - printf("\tmigrate\t - move folder to new path, renaming already present files by adding numbers to the end\r\n"); + printf( + "\tmigrate\t - move folder to new path, renaming already present files by adding numbers to the end\r\n"); printf("\tmkdir\t - creates a new directory\r\n"); printf("\tmd5\t - md5 hash of the file\r\n"); printf("\tstat\t - info about file or dir\r\n");