summaryrefslogtreecommitdiff
path: root/src/components/utils/src/file_system.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/utils/src/file_system.cc')
-rw-r--r--src/components/utils/src/file_system.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/utils/src/file_system.cc b/src/components/utils/src/file_system.cc
index 9c619c8388..c2a31c32b2 100644
--- a/src/components/utils/src/file_system.cc
+++ b/src/components/utils/src/file_system.cc
@@ -576,4 +576,4 @@ bool file_system::MoveFile(const std::string& src, const std::string& dst) {
std::string file_system::GetFileName(const std::string& full_path) {
fs::path p(full_path);
return p.filename().string();
-} \ No newline at end of file
+}