From 2c1e6f10e0dc3a6e678c801b08fca0a0503e94fe Mon Sep 17 00:00:00 2001 From: momo5502 Date: Fri, 24 Jan 2025 09:08:31 +0100 Subject: [PATCH] Fix formatting --- src/windows-emulator/windows_emulator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows-emulator/windows_emulator.hpp b/src/windows-emulator/windows_emulator.hpp index 0ece4b6e..914b868b 100644 --- a/src/windows-emulator/windows_emulator.hpp +++ b/src/windows-emulator/windows_emulator.hpp @@ -132,7 +132,7 @@ class windows_emulator { return this->callbacks_; } - + std::filesystem::path root_directory{}; file_system file_sys;