clang-format and clang-tidy fixes for 38547be2

This commit is contained in:
github-actions
2021-09-09 04:24:41 +00:00
parent f854dcd8af
commit 7469415279

View File

@@ -137,8 +137,9 @@ int list::last() {
t = t->next;
}
return t->val;
} else
} else {
return 0;
}
}
} // namespace linked_list
} // namespace data_structures