Auto reformatted the base, ref #470
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
namespace lms::scanner
|
||||
{
|
||||
ScanError::ScanError(const std::filesystem::path& _file, ScanErrorType _error, const std::string& _systemError)
|
||||
: file{ _file },
|
||||
error{ _error },
|
||||
systemError{ _systemError }
|
||||
: file{ _file }
|
||||
, error{ _error }
|
||||
, systemError{ _systemError }
|
||||
{
|
||||
}
|
||||
|
||||
@@ -43,4 +43,3 @@ namespace lms::scanner
|
||||
return (processedElems / static_cast<float>(totalElems ? totalElems : 1)) * 100;
|
||||
}
|
||||
} // namespace lms::scanner
|
||||
|
||||
|
||||
Reference in New Issue
Block a user