Closed Irallia closed 2 years ago
Replace #include <seqan3/std/filesystem> with #include <filesystem>. With the update of the seqan3 submodule <seqan3/std/filesystem> is not needed anymore.
#include <seqan3/std/filesystem>
#include <filesystem>
The formatting change is against the style, can you revert that?
Replace
#include <seqan3/std/filesystem>
with#include <filesystem>
. With the update of the seqan3 submodule <seqan3/std/filesystem> is not needed anymore.