fixed the format of the file header

This commit is contained in:
Listening 2022-12-26 13:34:50 +08:00
parent 2ee6fcfef1
commit edf1029ac4

View File

@ -1,9 +1,7 @@
/**
* @file bubble_sort.c
* @author Listening (https://github.com/L-Super)
* @brief
* @date 2022-12-26
*
* File: bubble_sort.c
* Created Time: 2022-12-26
* Author: Listening (https://github.com/L-Super)
*/
#include "../include/include.h"