mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-01 04:19:03 +00:00
Update clang format to 18 (#2891)
* move to clang-format-18 * clang-format-18 indendation
This commit is contained in:
@@ -315,7 +315,7 @@ class File {
|
||||
template <typename T>
|
||||
using Result = Result<T, Error>;
|
||||
|
||||
File(){};
|
||||
File() {};
|
||||
~File();
|
||||
|
||||
File(File&& other) {
|
||||
|
||||
Reference in New Issue
Block a user