mirror of
https://github.com/theoludwig/libcproject.git
synced 2024-11-08 22:31:31 +01:00
style: fix linting
This commit is contained in:
parent
209440588d
commit
d345c90ba3
@ -224,7 +224,7 @@ void string_get_formatted_number_test() {
|
||||
void string_get_last_occurence_of_character_test() {
|
||||
string_t string = "abcdef";
|
||||
|
||||
char *result = string_get_last_occurence_of_character(string, 'a');
|
||||
char* result = string_get_last_occurence_of_character(string, 'a');
|
||||
assert(assert_string_equal(result, "abcdef"));
|
||||
free(result);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user