summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2020-08-14 08:23:22 -0700
committerGitHub <noreply@github.com>2020-08-14 08:23:22 -0700
commite22a13783556b89e16d19a6f97ef5f7f712e6223 (patch)
tree77db982a9005aad1c8dcb667d6631c5e7cdf126a
parentfc7b7d7e66ea2c81014285fd153eba0a7229c36a (diff)
downloadsdl_core-feature/main_menu_updating.tar.gz
Update src/components/utils/src/file_system.ccfeature/main_menu_updating
-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
+}